duncte123 / botCommons

Things I frequently need in my JDA bots
Apache License 2.0
10 stars 4 forks source link

JDA5 Support #7

Closed silverfox0000 closed 1 year ago

silverfox0000 commented 2 years ago

Will there be support for JDA5 in the next release?

duncte123 commented 2 years ago

I'm planning on adding JDA 5 support once it's released

duncte123 commented 2 years ago

In the meantime, here's a beta that should suffice until JDA 5 does release

maven {
    url = uri("https://m2.duncte123.dev/snapshots")
}

dependencies {
    implementation("me.duncte123:botCommons:beta_3.0.5")
}
duncte123 commented 1 year ago

Released version beta_3.0.5 that works with beta 2 of jda 5

duncte123 commented 1 year ago

Closing this as v3.0.16 has been released with JDA 5 support