Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 330 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 330 Bytes

Complex-Command-Handler

A really useful and simple command handler for JDA.

Usage

Add Complex Command Handler as a dependency. Replace VERSION with the latest version found in GitHub Releases.

<dependency>
  <groupId>tech.xigam</groupId>
  <artifactId>CCH</artifactId>
  <version>VERSION</version>
</dependency>