jda-ktx icon indicating copy to clipboard operation
jda-ktx copied to clipboard

Update to JDA 6 and add support for new components

Open freya022 opened this issue 8 months ago • 2 comments

freya022 avatar Apr 20 '25 21:04 freya022

Hi! I recently started rewriting my JDA 4 bot and was wondering if there's a timeframe for when JDA 6 support will be ready. Already really appreciating the work that went into this library, and the ergonomics it provides. Thanks!

yttrian avatar Dec 13 '25 20:12 yttrian

You can use this PR as a snapshot with

repositories {
    mavenCentral()
    maven("https://jitpack.io")
}

dependencies {
    implementation("io.github.freya022:jda-ktx:e7b0e50683")
}

If you don't want to use snapshot builds (or Jitpack as a whole), as this PR is based on what I did for my own library, you can use it in the meantime, the module is independent but be aware that it is missing some stuff.

freya022 avatar Dec 14 '25 10:12 freya022