Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
/ KDA Public archive

Kotlin library to interface with JDA and increase code readability and cleanliness

License

Notifications You must be signed in to change notification settings

ThatsNoMoon/KDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ KDA is no longer maintained!

I'm not interested in maintaining this project and I have not been in a while. Try Kord or DiscordKt.

KDA

A Kotlin library to interface with JDA and increase code readability and cleanliness.

Adding KDA as a Gradle dependency:

apply plugin: 'maven'

repositories {
    // Add jcenter and other repositories as needed
    maven { url 'http://jitpack.io' }
}

dependencies {
    compile 'com.github.ThatsNoMoon:KDA:master-SNAPSHOT'
    // Add JDA and other dependencies as needed
}

Take a look at the Examples Page!

About

Kotlin library to interface with JDA and increase code readability and cleanliness

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages