v1.16
This commit is contained in:
@@ -125,6 +125,11 @@ python3 src/main.py
|
|||||||
|
|
||||||
## Changelog
|
## 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**
|
* **v1.15**
|
||||||
* `nsfw:allow/only` filter nsfw channels
|
* `nsfw:allow/only` filter nsfw channels
|
||||||
* `%find` can use regexes
|
* `%find` can use regexes
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ emojis.load_emojis()
|
|||||||
|
|
||||||
bot = Bot(
|
bot = Bot(
|
||||||
"Discord Analyst",
|
"Discord Analyst",
|
||||||
"1.15.3",
|
"1.16",
|
||||||
alias="%",
|
alias="%",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user