Releases: davidhozic/discord-advertisement-framework
Releases · davidhozic/discord-advertisement-framework
v2.1.2
v2.1.1
v2.1
Stable release v2.1
Changelog: https://daf.davidhozic.top/changelog.html
v2.1 - RC1.1
v2.0.2
v2.0.1
What's Changed
- Missing Dependency fix - v2.0.1
v2.0
v1.9
- Intents parameter in the framework.run() function (discord.Intents)
- Relational Database Logging ( MS SQL Server only)
- Better error handling
- Dynamic addition of GUILD/USER/xxxMESSAGE and dynamic removal
- Better self-bot detection avoidance
v1.8
What's Changed
- JSON style logging, for easier implementation of sql logs in the future and for easier managment of data returned by the logs
- Automatically remove channels from messages if they were deleted post start and then delete message from the list if no channels are left
- Updated Pycord to the latest version
- Improved debug messages
v1.7
- The framework now supports direct messaging via the DirectMESSAGE and USER classes.