updated README

This commit is contained in:
Klemek
2021-05-19 15:14:07 +02:00
parent a8b1ede962
commit a6f99256ef
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -113,6 +113,12 @@ python3 src/main.py
## Changelog
* **v1.15**
* `nsfw:allow/only` filter nsfw channels
* `%find` can use regexes
* `%first`, `%rand` and `%last` can be filter with specific keywords
* `%first`, `%rand` and `%last` can pull images
* bug fix
* **v1.14**
* `mobile/mention` arg to fix mobile bug
* `%repeat`, `%mobile` to repeat commands
+1 -1
View File
@@ -18,7 +18,7 @@ emojis.load_emojis()
bot = Bot(
"Discord Analyst",
"1.14",
"1.15",
alias="%",
)