Add Javacord Support (#23)

Co-authored-by: Alexander Söderberg <Sauilitired@users.noreply.github.com>
This commit is contained in:
JarFiles 2020-10-05 17:51:41 +02:00 committed by GitHub
parent 212145cc6b
commit 72e578ff22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 628 additions and 0 deletions

View file

@ -0,0 +1,4 @@
dependencies {
api project(':cloud-core')
implementation 'org.javacord:javacord:3.1.1'
}