This commit is contained in:
NK 2023-05-24 20:40:55 +01:00
parent 709357565c
commit e86dfba242

View file

@ -66,7 +66,7 @@ dependencies {
shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+")
compileOnly("org.projectlombok:lombok:1.18.26")
annotationProcessor("org.projectlombok:lombok:1.18.26")
implementation("net.dv8tion:JDA:5.0.0-beta.9") {
shade("net.dv8tion:JDA:5.0.0-beta.9") {
exclude (module = "opus-java")
}
}