Update to JDA 6 and add support for new components#50
Update to JDA 6 and add support for new components#50MinnDevelopment merged 25 commits intoMinnDevelopment:masterfrom
Conversation
8929de9 to
bc4a328
Compare
This should help users compose their message without intermediary variables
0c1d0f9 to
bcd62e2
Compare
- Removes labels from text inputs - Fixes setting custom IDs Co-authored-by: jan <scherping.jan@icloud.com>
To align with JDA's convention
|
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! |
|
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. |
|
The reason why I'm looking at this library is to get coroutines instead of RestAction. But then I see that the Kotlin, JDA and kotlinx coroutines versions are outdated here. It would, for me at least, be more valuable to see this library updated to JDA 6.x first and the components be added later in a separate PR (not need to bundle everything new in a single one, you won't be done with it). |
No description provided.