JDATools is a fork of JDATools which is a series of tools and utilities for use with JDA to assist in bot creation.
Unlike JDA-Utilities, JDATools has combined the seperate packages and removed the Examples package in favor a monolithic library spec
Add Jitpack to Repositories
repositories {
maven { url 'https://jitpack.io' }
}
Add Dependency
dependencies {
implementation 'com.github.ReadOnlyDevelopment:JDATools:<VERSION>'
}