Skip to content

A JDA library with various different utilities

License

Notifications You must be signed in to change notification settings

ANutley/JDAUtils

Repository files navigation

JDAUtils


WARNING - There will likely be bugs as this library is in alpha development, if you find any please report them on GitHub

This is a utility library for JDA providing a command manager and many other utilities

This library aims to always be on the latest version of JDA, if it isn't currently on the latest version, feel free to submit a pull request.

Setup

repositories {
    mavenCentral()
    maven {
        url = "https://repo.anutley.me/releases"
    }
}

dependencies {
    implementation "net.dv8tion:JDA:VERSION"
    implementation "me.anutley:jdautils:VERSION"
}

You can also specify certain modules to include, for example

repositories {
    mavenCentral()
    maven {
        url = "https://repo.anutley.me/releases"
    }
}

dependencies {
    implementation "net.dv8tion:JDA:VERSION"
    implementation "me.anutley:jdautils-commands:VERSION"
}

(You can use the url https://repo.anutley.me/snapshots for snapshot builds instead)


Donating

If this library helps you, and you want to contribute monetarily to the project, you can find me on ko-fi.

A massive thanks to anyone who donates.

ps if you donate, you can get an exclusive donator role in my Discord Server