Skip to content

Commit 5078bbb

Browse files
Create README.md
1 parent 5516590 commit 5078bbb

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Complex-Command-Handler
2+
A really useful and simple command handler for JDA.
3+
4+
# Usage
5+
To begin, add the Sonatype repository to your Maven configuration.
6+
```xml
7+
<repository>
8+
<id>sonatype</id>
9+
<url>https://s01.oss.sonatype.org/content/groups/public/</url>
10+
</repository>
11+
```
12+
13+
Then, add Complex Command Handler as a dependency.
14+
Replace `VERSION` with the latest version found in GitHub Releases.
15+
```xml
16+
<dependency>
17+
<groupId>tech.xigam</groupId>
18+
<artifactId>CCH</artifactId>
19+
<version>VERSION</version>
20+
</dependency>
21+
```

0 commit comments

Comments
 (0)