From 08e0888a0467253bfca9e26471ef8fd24ff8d437 Mon Sep 17 00:00:00 2001 From: klemek Date: Mon, 11 Jan 2021 19:50:55 +0100 Subject: [PATCH] updated README.md --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3e6f68c..c6ad6a8 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,24 @@ When you need statistics about your discord server + + * `%help (command)` - info about commands * `%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: - * @member/me : filter for one or more member - * #channel/here : filter for one or more channel * : top 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` + +* 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 @@ -52,8 +60,8 @@ python3 src/main.py ## Changelog -* **(WIP)v1.6**: - * more scans : `%full`, `%freq`, `%comp`, `%other` +* **v1.6**: + * more scans : `%scan`, `%freq`, `%compo`, `%pres` * huge bug fix * **v1.5**: * top emotes