new version
This commit is contained in:
@@ -46,6 +46,7 @@ python3 bot.py
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* **v1.5**: bug fix and top <n> emotes
|
||||||
* **v1.4**: insane speed with bot-side logging
|
* **v1.4**: insane speed with bot-side logging
|
||||||
* **v1.3**: revert to v1.1 and update requirements
|
* **v1.3**: revert to v1.1 and update requirements
|
||||||
* **v1.2**: don't quit on occasional exception
|
* **v1.2**: don't quit on occasional exception
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ emojis.load_emojis()
|
|||||||
|
|
||||||
bot = Bot(
|
bot = Bot(
|
||||||
"Discord Analyst", # name
|
"Discord Analyst", # name
|
||||||
"1.4", # version
|
"1.5", # version
|
||||||
alias="%", # respond to '|command' messages
|
alias="%", # respond to '|command' messages
|
||||||
)
|
)
|
||||||
bot.log_calls = True
|
bot.log_calls = True
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ HELP = (
|
|||||||
+ "* #channel : filter for one or more channel\n"
|
+ "* #channel : filter for one or more channel\n"
|
||||||
+ "* reactions : add reaction analysis for members (long)\n"
|
+ "* reactions : add reaction analysis for members (long)\n"
|
||||||
+ "* all : list all common emojis in addition to this guild's\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"
|
||||||
+ "```"
|
+ "```"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user