Add JDA implementation

This commit is contained in:
broccolai 2020-10-05 16:00:25 +00:00 committed by Alexander Söderberg
parent cd274fd032
commit 212145cc6b
11 changed files with 732 additions and 0 deletions

View file

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