A Discord Bot Framework.
Nexus is a Java-Kotlin Discord Bot framework on top of Javacord that is used to build incredibly simpler and performant Discord bots with ease.
Installation
To install the latest version, simply copy these Gradle properties over. Remember to also install Javacord as well as the framework is layered above it, therefore, needs it to function.
Gradlerepositories {
maven { url = "https://jitpack.io" }
}
dependencies {
implementation("pw.mihou:Nexus:${latest-version}")
}