From 9a08bf717a651f323d19683e8e594f6da62d8535 Mon Sep 17 00:00:00 2001 From: klemek Date: Thu, 7 Jan 2021 09:58:32 +0100 Subject: [PATCH] new version --- README.md | 1 + bot.py | 2 +- emotes.py | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 344dd8b..d1db054 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ python3 bot.py ## Changelog +* **v1.5**: bug fix and top emotes * **v1.4**: insane speed with bot-side logging * **v1.3**: revert to v1.1 and update requirements * **v1.2**: don't quit on occasional exception diff --git a/bot.py b/bot.py index 61d37e7..9074a5b 100755 --- a/bot.py +++ b/bot.py @@ -12,7 +12,7 @@ emojis.load_emojis() bot = Bot( "Discord Analyst", # name - "1.4", # version + "1.5", # version alias="%", # respond to '|command' messages ) bot.log_calls = True diff --git a/emotes.py b/emotes.py index 72aa812..873bb30 100644 --- a/emotes.py +++ b/emotes.py @@ -26,6 +26,8 @@ HELP = ( + "* #channel : filter for one or more channel\n" + "* reactions : add reaction analysis for members (long)\n" + "* all : list all common emojis in addition to this guild's\n" + + "* : top emojis, default is 20\n" + + "Example: %emotes 10 all #mychannel1 #mychannel2 @user\n" + "```" )