Skip to content

Commit

Permalink
fix(deps): update dependency net.dv8tion:jda to v5.0.0-beta.5 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 2, 2023
1 parent 39d702f commit 7ede86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -229,7 +229,7 @@ dependencies {
compileOnly 'com.discordsrv:discordsrv:1.24.0'
// // JDA for DiscordSRV
// Apparently, this is already included in DiscordSRV.
implementation("net.dv8tion:JDA:5.0.0-beta.4") {
implementation("net.dv8tion:JDA:5.0.0-beta.5") {
exclude module: 'opus-java'
}
// VentureChat support for chat listening
Expand Down

0 comments on commit 7ede86d

Please sign in to comment.