Merge Brawl345/Brawlbot-v2
This commit is contained in:
parent
ef96dd1969
commit
2a22184654
@ -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+) (.+)",
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user