From a6f99256efe76451ad2c899fce65e85ce6e1586b Mon Sep 17 00:00:00 2001 From: Klemek Date: Wed, 19 May 2021 15:14:07 +0200 Subject: [PATCH] updated README --- README.md | 6 ++++++ src/main.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32b94a1..4624eb3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/main.py b/src/main.py index d8f5fb4..3fc6ce9 100644 --- a/src/main.py +++ b/src/main.py @@ -18,7 +18,7 @@ emojis.load_emojis() bot = Bot( "Discord Analyst", - "1.14", + "1.15", alias="%", )