updated README
This commit is contained in:
@@ -113,6 +113,12 @@ python3 src/main.py
|
|||||||
|
|
||||||
## Changelog
|
## 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**
|
* **v1.14**
|
||||||
* `mobile/mention` arg to fix mobile bug
|
* `mobile/mention` arg to fix mobile bug
|
||||||
* `%repeat`, `%mobile` to repeat commands
|
* `%repeat`, `%mobile` to repeat commands
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ emojis.load_emojis()
|
|||||||
|
|
||||||
bot = Bot(
|
bot = Bot(
|
||||||
"Discord Analyst",
|
"Discord Analyst",
|
||||||
"1.14",
|
"1.15",
|
||||||
alias="%",
|
alias="%",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user