diff --git a/README.md b/README.md index d9b73ec..bbe3497 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/main.py b/src/main.py index 8291755..22ce88c 100644 --- a/src/main.py +++ b/src/main.py @@ -18,7 +18,7 @@ emojis.load_emojis() bot = Bot( "Discord Analyst", - "1.15.3", + "1.16", alias="%", )