v1.10
This commit is contained in:
@@ -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
@@ -24,7 +24,7 @@ emojis.load_emojis()
|
|||||||
|
|
||||||
bot = Bot(
|
bot = Bot(
|
||||||
"Discord Analyst",
|
"Discord Analyst",
|
||||||
"1.10(wip)",
|
"1.10",
|
||||||
alias="%",
|
alias="%",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user