updated readme and version
This commit is contained in:
@@ -78,12 +78,24 @@ You will need:
|
|||||||
python3 src/main.py
|
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
|
## Already hosted bot
|
||||||
|
|
||||||
[](https://top.gg/bot/643808410495615006)
|
[](https://top.gg/bot/643808410495615006)
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* **v1.9**:
|
||||||
|
* `all/everyone` to include bots in scans
|
||||||
|
* `fresh` to not use previously cached data
|
||||||
|
* bug fix
|
||||||
* **v1.8**:
|
* **v1.8**:
|
||||||
* more scans: `%msg`, `%chan`
|
* more scans: `%msg`, `%chan`
|
||||||
* bug fix
|
* bug fix
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ emojis.load_emojis()
|
|||||||
|
|
||||||
bot = Bot(
|
bot = Bot(
|
||||||
"Discord Analyst",
|
"Discord Analyst",
|
||||||
"1.8",
|
"1.9",
|
||||||
alias="%",
|
alias="%",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user