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))