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
- Host: GitHub
- URL: https://github.com/anutley/jdautils
- Owner: ANutley
- License: mit
- Created: 2022-02-19T18:27:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T19:35:49.000Z (over 1 year ago)
- Last Synced: 2026-04-01T15:39:43.556Z (3 months ago)
- Topics: discord, java, jda, library
- Language: Java
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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
```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)