From 0d8823ca3f49dfc994bcd14e22542d2567cc11aa Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Sat, 11 Feb 2023 11:33:29 +0100 Subject: [PATCH] Update to `v1.9.4 alpha16` --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8465a..dae7b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,14 @@ There may be issues/added features that aren't listed here. Some fixed issues/ad - Bugfixes - Removed replit port, due to it being outdated ([#19](https://github.com/ElBe-Development/discord.py-bot-template/issues/19)) - Added `/clear` command ([#20](https://github.com/ElBe-Development/discord.py-bot-template/issues/20)) -- Added cog system ([#24](https://github.com/ElBe-Development/discord.py-bot-template/issues/24), WIP) +- Added cog system ([#24](https://github.com/ElBe-Development/discord.py-bot-template/issues/24)) (Not stable) More in progress +### v1.9.4 alpha16 +- Changed `token` variable to be real constant by removing it ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46)) +- Switched to `commands V2` system ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46)) + ## v1.9.3 - Bugfixes - Added welcome/goodbye feature manager ([#11](https://github.com/ElBe-Development/discord.py-bot-template/issues/11))