Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

comroid-git/javacord-utilities

Repository files navigation

Javacord Utilities Build Status Maven Central Release Development Release

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!