2023-01-11 12:23:38 +01:00

28 lines
1.2 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), WIP)
More in progress
## 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.