emotes alias

This commit is contained in:
klemek
2021-01-11 22:40:28 +01:00
parent a446440e86
commit 39ddb75cfe
+1 -1
View File
@@ -25,7 +25,7 @@ bot = Bot(
bot.log_calls = True
bot.register_command(
"emojis",
"(emojis?|emotes?)",
lambda *args: EmotesScanner().compute(*args),
"emojis: emojis analysis",
EmotesScanner.help(),