Bump JDA 4 version (#5328)

Bumping this for 2.20 release as  JDA 5 still not out of beta

Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
This commit is contained in:
Josh Roy 2023-04-29 14:14:36 -04:00 committed by GitHub
parent 01883a6b18
commit 84fd45bd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ plugins {
dependencies {
compileOnly project(':EssentialsX')
implementation('net.dv8tion:JDA:4.4.0_350') {
implementation('net.dv8tion:JDA:4.4.1_353') {
exclude(module: 'opus-java')
}
implementation 'com.vdurmont:emoji-java:5.1.1'