This commit is contained in:
Klemek
2021-03-16 16:13:21 +01:00
parent e72a7ccfa6
commit 4738192099
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -39,10 +39,11 @@ When you need statistics about your discord server
* %cancel - cancel current analysis * %cancel - cancel current analysis
* Common arguments: * Common arguments:
* @member/me : filter for one or more member * @member/me: filter for one or more member
* #channel/here : filter for one or more channel * #channel/here: filter for one or more channel
* all/everyone - include bots messages * all/everyone - include bots messages
* fast : only read cache * fast: only read cache
* fresh: does not read cache
``` ```
## Running this bot ## Running this bot
@@ -94,6 +95,7 @@ python3 src/main.py
* **v1.10** * **v1.10**
* multithreading for queries * multithreading for queries
* bug fix
* **v1.9**: * **v1.9**:
* `all/everyone` to include bots in scans * `all/everyone` to include bots in scans
* `fresh` to not use previously cached data * `fresh` to not use previously cached data
+1 -1
View File
@@ -24,7 +24,7 @@ emojis.load_emojis()
bot = Bot( bot = Bot(
"Discord Analyst", "Discord Analyst",
"1.10(wip)", "1.10",
alias="%", alias="%",
) )