Skip to content

Commit

Permalink
v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemek committed Mar 16, 2021
1 parent e72a7cc commit 4738192
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ When you need statistics about your discord server
* %cancel - cancel current analysis
* Common arguments:
* @member/me : filter for one or more member
* #channel/here : filter for one or more channel
* @member/me: filter for one or more member
* #channel/here: filter for one or more channel
* all/everyone - include bots messages
* fast : only read cache
* fast: only read cache
* fresh: does not read cache
```

## Running this bot
Expand Down Expand Up @@ -94,6 +95,7 @@ python3 src/main.py

* **v1.10**
* multithreading for queries
* bug fix
* **v1.9**:
* `all/everyone` to include bots in scans
* `fresh` to not use previously cached data
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

bot = Bot(
"Discord Analyst",
"1.10(wip)",
"1.10",
alias="%",
)

Expand Down

0 comments on commit 4738192

Please sign in to comment.