32 lines
1.5 KiB
Markdown
32 lines
1.5 KiB
Markdown
# Changelog
|
|
There may be issues/added features that aren't listed here. Some fixed issues/added features don't have anything linked to them.
|
|
|
|
## v1.9.4 (Upcoming)
|
|
- 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)) (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))
|
|
- Added role customisation
|
|
|
|
## v1.9.2
|
|
- Bugfixes
|
|
- Rewrote replit port ([#1](https://github.com/ElBe-Development/discord.py-bot-template/issues/1), [#8](https://github.com/ElBe-Development/discord.py-bot-template/issues/8))
|
|
- Added error handler ([#10](https://github.com/ElBe-Development/discord.py-bot-template/issues/10))
|
|
|
|
## v1.9.1
|
|
- Added feature manager ([#4](https://github.com/ElBe-Development/discord.py-bot-template/issues/4))
|
|
- Added stop command to command creator
|
|
|
|
## Before
|
|
Created the bot and added help, info, ping, stop, kick, ban and unban commands.
|