Skip to content

Jaimss/kda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kda GitHub license Stable Release Latest Release Discord

Name Change

This project used to be called jdautils, but I changed it to kda to represent the fact that it is a kotlin utils package for jda. If you see jdautils anywhere, that is why.

Language Support

kda is written in kotlin, and utilizes Kotlin's extension functions which makes things very easy and quick to do. It adds methods onto things like MessageChannel and MessageAction to make for awesome oneliners like someChannel.send("message").cleanup(). When using java, extension functions can be used as static reciever methods. Please see the wiki for more information on how to use the different methods in both kotlin and java.

Include jdautils

Please see this wiki page on how to include kda in your bot.

Bugs / Feature Requests

If you would like to report a bug, or request a feature, please open an issue.

Contributing

If you would like to contribute, you can open a pull request. If you would like to discuss first, please make an issue.