Bump JDA version

This commit is contained in:
broccolai 2020-10-21 04:17:51 +01:00 committed by Alexander Söderberg
parent 36afe207d7
commit 530ecc4f73
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
dependencies {
api project(':cloud-core')
compileOnly 'net.dv8tion:JDA:4.2.0_210'
compileOnly 'net.dv8tion:JDA:4.2.0_209'
}