diff --git a/build.gradle b/build.gradle index 2c062a2..a81f54d 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ ext { } dependencies { - implementation("net.dv8tion:JDA:4.3.0_346") { + implementation("net.dv8tion:JDA:4.4.0_352") { transitive = true exclude group: 'opus-java' }