We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5516590 commit 5078bbbCopy full SHA for 5078bbb
1 file changed
README.md
@@ -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
16
+<dependency>
17
+ <groupId>tech.xigam</groupId>
18
+ <artifactId>CCH</artifactId>
19
+ <version>VERSION</version>
20
+</dependency>
21
0 commit comments