Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Feb 17, 2022
1 parent 5516590 commit 5078bbb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Complex-Command-Handler
A really useful and simple command handler for JDA.

# Usage
To begin, add the Sonatype repository to your Maven configuration.
```xml
<repository>
<id>sonatype</id>
<url>https://s01.oss.sonatype.org/content/groups/public/</url>
</repository>
```

Then, 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 5078bbb

Please sign in to comment.