Fix audio bug with jda update
This commit is contained in:
parent
4c892abf88
commit
64d88a8af4
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
}
|
@ -45,7 +45,7 @@ dependencies {
|
||||
implementation('io.jsonwebtoken:jjwt-jackson:0.11.5')
|
||||
|
||||
implementation('com.sedmelluq:lavaplayer:1.3.78')
|
||||
implementation('net.dv8tion:JDA:4.4.0_352')
|
||||
implementation('net.dv8tion:JDA:4.4.1_353')
|
||||
|
||||
implementation(platform("org.apache.logging.log4j:log4j-bom:2.18.0"))
|
||||
implementation group: 'org.hibernate', name: 'hibernate-validator', version: '7.0.4.Final'
|
||||
|
Loading…
Reference in New Issue
Block a user