Update to v1.9.4 alpha16

This commit is contained in:
ElBe 2023-02-11 11:33:29 +01:00 committed by GitHub
parent 2811fb09b5
commit 0d8823ca3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,14 @@ There may be issues/added features that aren't listed here. Some fixed issues/ad
- Bugfixes - Bugfixes
- Removed replit port, due to it being outdated ([#19](https://github.com/ElBe-Development/discord.py-bot-template/issues/19)) - 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 `/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 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 ## v1.9.3
- Bugfixes - Bugfixes
- Added welcome/goodbye feature manager ([#11](https://github.com/ElBe-Development/discord.py-bot-template/issues/11)) - Added welcome/goodbye feature manager ([#11](https://github.com/ElBe-Development/discord.py-bot-template/issues/11))