No description
- Java 96.8%
- Groovy 3.2%
| .github/workflows | ||
| docs | ||
| gradle | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .jitpack.yml | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
| settings.gradle | ||
Javacord Utilities

Please note that this is a third party project and not officially created by the Javacord team.
Helpful classes and structures for Javacord
Importing
Maven
<dependency>
<groupId>org.comroid</groupId>
<artifactId>javacord-utilities</artifactId>
<version>1.0.2rev1</version>
</dependency>
Gradle
dependencies {
implementation 'org.comroid:javacord-utilities:1.0.2rev1'
}
Usage
Be sure to check out the Wiki for usage information!