This commit is contained in:
Klemek
2021-07-13 18:06:33 +02:00
parent 8b0fe859a7
commit 8f4f09bb86
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -125,6 +125,11 @@ python3 src/main.py
## Changelog
* **v1.16**
* `%freq graph` graph hours frequency along the week
* uses discord new time format
* `%freq` now shows quietest day of week and hour of day
* improvments and bug fix
* **v1.15**
* `nsfw:allow/only` filter nsfw channels
* `%find` can use regexes
+1 -1
View File
@@ -18,7 +18,7 @@ emojis.load_emojis()
bot = Bot(
"Discord Analyst",
"1.15.3",
"1.16",
alias="%",
)