updated README.md

This commit is contained in:
klemek
2021-01-08 16:02:43 +01:00
parent a463bd8fc3
commit 820f57f960
2 changed files with 12 additions and 3 deletions
+11 -2
View File
@@ -8,8 +8,14 @@ When you need statistics about your discord server
* `%help (command)` - info about commands
* `%info` - version and uptime
* `%emotes` - gives you a full ranking of the server emotes by usage
* Be more specific by adding some `@member` or `#channel` in arguments
* `%emotes` : Rank emotes by their usage
* arguments:
* @member : filter for one or more member
* #channel : filter for one or more channel
* <n> : top <n> emojis, default is 20
* all : list all common emojis in addition to this guild's
* members : show top member for each emote
* Example: `%emotes 10 all #mychannel1 #mychannel2 @user`
## Running this bot
@@ -46,6 +52,9 @@ python3 src/main.py
## Changelog
* **(WIP)v1.6**:
* more scans : `%full`, `%freq`, `%comp`, `%other`
* huge bug fix
* **v1.5**:
* top <n> emotes
* bug fix
+1 -1
View File
@@ -12,7 +12,7 @@ emojis.load_emojis()
bot = Bot(
"Discord Analyst", # name
"1.6", # version
"1.6(wip)", # version
alias="%", # respond to '|command' messages
)
bot.log_calls = True