We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7794634 commit 9b629e4Copy full SHA for 9b629e4
EssentialsDiscord/build.gradle
@@ -4,12 +4,11 @@ plugins {
4
5
dependencies {
6
compileOnly project(':EssentialsX')
7
- implementation('net.dv8tion:JDA:4.3.0_293') {
8
- //noinspection GroovyAssignabilityCheck
9
- exclude module: 'opus-java'
+ implementation('net.dv8tion:JDA:4.4.0_350') {
+ exclude(module: 'opus-java')
10
}
11
implementation 'com.vdurmont:emoji-java:5.1.1'
12
- implementation 'club.minnced:discord-webhooks:0.5.6'
+ implementation 'club.minnced:discord-webhooks:0.7.2'
13
compileOnly 'org.apache.logging.log4j:log4j-core:2.0-beta9'
14
compileOnly 'me.clip:placeholderapi:2.10.9'
15
0 commit comments