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!