Goal of this release is to reach feature parity with the Java port, compared to the last Python-based release (v0.5.1).
This includes the following platforms:
And features:
- Automatic conversion of each image into WebP format
/post-command with the following argumentsurlURL of the postcustom_note(optional) To describe the post with your own noteuse_title(optional) Whether to use the title of the post or notquality(optional) WebP quality scale to reduce file size if file is too large
/debug-command to display overall debug information like the version, uptime, bot owner, latency, id of the bot, number of guilds the bot is on and the number of executed / successful and failed commands
My overall goal is to keep it simple, meaning no tests and strictly adhering to the built-in capabilities of the JDA.
For later releases, it is planned to decouple the JDA and make unit testing possible, among other additional features.