diff --git a/miku/plugins/wikipedia.lua b/miku/plugins/wikipedia.lua index 6018f22..a3b22ea 100644 --- a/miku/plugins/wikipedia.lua +++ b/miku/plugins/wikipedia.lua @@ -9,7 +9,8 @@ function wikipedia:init(config) "^/[Ww]iki(%w+) (.+)$", "^/[Ww]iki ?(.*)$", "(%w+).m.wikipedia.org/wiki/(.+)", - "(%w+).wikipedia.org/wiki/(.+)" + "(%w+).wikipedia.org/wiki/(.+)", + "wikiwand.com/(%w+)/(.+)$" } wikipedia.inline_triggers = { "^wiki(%w+) (.+)", diff --git a/miku/plugins/youtube.lua b/miku/plugins/youtube.lua index e7afa46..29e4eb9 100644 --- a/miku/plugins/youtube.lua +++ b/miku/plugins/youtube.lua @@ -141,7 +141,7 @@ function send_youtube_data(data, msg, self, link, sendpic) dislikeCount = '' end if data.statistics.commentCount then - commentCount = ' | 🗣 '..comma_value(data.statistics.commentCount) + commentCount = ' | 💬 '..comma_value(data.statistics.commentCount) else commentCount = '' end