From 39ddb75cfea06177154b503e2f2fa2b63a590838 Mon Sep 17 00:00:00 2001 From: klemek Date: Mon, 11 Jan 2021 22:40:28 +0100 Subject: [PATCH] emotes alias --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 4dfccc0..82f7ed4 100644 --- a/src/main.py +++ b/src/main.py @@ -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(),