updated README.md
This commit is contained in:
@@ -6,16 +6,24 @@
|
|||||||
|
|
||||||
When you need statistics about your discord server
|
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` : Rank emotes by their usage
|
* `%scan`: full analysis
|
||||||
|
* `%freq`: frequency analysis
|
||||||
|
* `%compo`: composition analysis
|
||||||
|
* `%pres`: presence analysis
|
||||||
|
* `%emojis` : rank emotes by their usage
|
||||||
* arguments:
|
* arguments:
|
||||||
* @member/me : filter for one or more member
|
|
||||||
* #channel/here : filter for one or more channel
|
|
||||||
* <n> : top <n> emojis, default is 20
|
* <n> : top <n> emojis, default is 20
|
||||||
* all : list all common emojis in addition to this guild's
|
* all : list all common emojis in addition to this guild's
|
||||||
* members : show top member for each emote
|
* members : show top member for each emote
|
||||||
* Example: `%emotes 10 all #mychannel1 #mychannel2 @user`
|
|
||||||
|
* Common arguments:
|
||||||
|
* @member/me : filter for one or more member
|
||||||
|
* #channel/here : filter for one or more channel
|
||||||
|
* fast : only read cache
|
||||||
|
|
||||||
## Running this bot
|
## Running this bot
|
||||||
|
|
||||||
@@ -52,8 +60,8 @@ python3 src/main.py
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
* **(WIP)v1.6**:
|
* **v1.6**:
|
||||||
* more scans : `%full`, `%freq`, `%comp`, `%other`
|
* more scans : `%scan`, `%freq`, `%compo`, `%pres`
|
||||||
* huge bug fix
|
* huge bug fix
|
||||||
* **v1.5**:
|
* **v1.5**:
|
||||||
* top <n> emotes
|
* top <n> emotes
|
||||||
|
|||||||
Reference in New Issue
Block a user