updated README.md

This commit is contained in:
klemek
2021-01-14 18:44:38 +01:00
parent b42e432bcd
commit 70734ea87e
+9 -1
View File
@@ -27,6 +27,14 @@ When you need statistics about your discord server
* arguments: * arguments:
* <n> - top <n> mentions, default is 10 * <n> - top <n> mentions, default is 10
* all - include bots mentions * all - include bots mentions
* %msg - rank users by their messages
* arguments:
* <n> - top <n> messages, default is 10
* all - include bots mentions
* %chan - rank channels by their messages
* arguments:
* <n> - top <n> channels, default is 10
* all - include bots messages
* %cancel - cancel current analysis * %cancel - cancel current analysis
* Common arguments: * Common arguments:
@@ -71,7 +79,7 @@ python3 src/main.py
## Changelog ## Changelog
* **v1.8(wip)**: * **v1.8(wip)**:
* more scans: `%messages`, `%channels`, `%members` * more scans: `%msg`, `%chan`
* bug fix * bug fix
* **v1.7**: * **v1.7**:
* emojis percents * emojis percents