Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Feb 19, 2022
2 parents da9c68a + 56982a1 commit c432a99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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.
```xml
<dependency>
<groupId>tech.xigam</groupId>
<artifactId>CCH</artifactId>
<version>VERSION</version>
</dependency>
```

0 comments on commit c432a99

Please sign in to comment.