updated README.md
This commit is contained in:
@@ -8,8 +8,14 @@ When you need statistics about your discord server
|
|||||||
|
|
||||||
* `%help (command)` - info about commands
|
* `%help (command)` - info about commands
|
||||||
* `%info` - version and uptime
|
* `%info` - version and uptime
|
||||||
* `%emotes` - gives you a full ranking of the server emotes by usage
|
* `%emotes` : Rank emotes by their usage
|
||||||
* Be more specific by adding some `@member` or `#channel` in arguments
|
* 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
|
## Running this bot
|
||||||
|
|
||||||
@@ -46,6 +52,9 @@ python3 src/main.py
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* **(WIP)v1.6**:
|
||||||
|
* more scans : `%full`, `%freq`, `%comp`, `%other`
|
||||||
|
* huge bug fix
|
||||||
* **v1.5**:
|
* **v1.5**:
|
||||||
* top <n> emotes
|
* top <n> emotes
|
||||||
* bug fix
|
* bug fix
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ emojis.load_emojis()
|
|||||||
|
|
||||||
bot = Bot(
|
bot = Bot(
|
||||||
"Discord Analyst", # name
|
"Discord Analyst", # name
|
||||||
"1.6", # version
|
"1.6(wip)", # version
|
||||||
alias="%", # respond to '|command' messages
|
alias="%", # respond to '|command' messages
|
||||||
)
|
)
|
||||||
bot.log_calls = True
|
bot.log_calls = True
|
||||||
|
|||||||
Reference in New Issue
Block a user