updated readme and version

This commit is contained in:
Klemek
2021-03-15 13:36:52 +01:00
parent ae8c6d8031
commit 2475296b2b
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -78,12 +78,24 @@ You will need:
python3 src/main.py
```
## Recommanded permissions
[x] View Channels
[x] Read Message History
[x] Send Messages
> On large servers, you should disable "Send Messages" and enable it on an read-only channel where only administrators can launch commands. The bot can't be triggered elsewhere if it can't answer.
## Already hosted bot
[![Discord Bots](https://top.gg/api/widget/643808410495615006.svg)](https://top.gg/bot/643808410495615006)
## Changelog
* **v1.9**:
* `all/everyone` to include bots in scans
* `fresh` to not use previously cached data
* bug fix
* **v1.8**:
* more scans: `%msg`, `%chan`
* bug fix
+1 -1
View File
@@ -24,7 +24,7 @@ emojis.load_emojis()
bot = Bot(
"Discord Analyst",
"1.8",
"1.9",
alias="%",
)