• 0 Open
    0 Closed
    Updated 2026-06-11 15:16:07 +02:00
    No due date

    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:

    • Reddit

    And features:

    • Automatic conversion of each image into WebP format
    • /post-command with the following arguments
      • url URL of the post
      • custom_note (optional) To describe the post with your own note
      • use_title (optional) Whether to use the title of the post or not
      • quality (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.