An open API service indexing awesome lists of open source software.

https://github.com/anutley/jdautils

A JDA library with various different utilities
https://github.com/anutley/jdautils

discord java jda library

Last synced: 3 months ago
JSON representation

A JDA library with various different utilities

Awesome Lists containing this project

README

          

# JDAUtils
![](https://repo.anutley.me/api/badge/latest/releases/me/anutley/jdautils?color=40c14a&name=Release&prefix=v)
![](https://repo.anutley.me/api/badge/latest/snapshots/me/anutley/jdautils?color=40c14a&name=Snapshot&prefix=v)

---

**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

```groovy
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

```groovy
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](https://ko-fi.com/anutley).

A massive thanks to anyone who donates.

ps if you donate, you can get an exclusive donator role in
my [Discord Server](https://discord.gg/NtbNhGt3XN)