new version

This commit is contained in:
klemek
2021-01-07 09:58:32 +01:00
parent 98acf749f5
commit 9a08bf717a
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ python3 bot.py
## Changelog
* **v1.5**: bug fix and top <n> 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
+1 -1
View File
@@ -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
+2
View File
@@ -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"
+ "* <n> : top <n> emojis, default is 20\n"
+ "Example: %emotes 10 all #mychannel1 #mychannel2 @user\n"
+ "```"
)