From 5078bbbc7371b82b4429aec529d359ee929498ef Mon Sep 17 00:00:00 2001 From: Magix Date: Wed, 16 Feb 2022 21:40:03 -0500 Subject: [PATCH 1/3] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..79269a4 --- /dev/null +++ b/README.md @@ -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 + + sonatype + https://s01.oss.sonatype.org/content/groups/public/ + +``` + +Then, add Complex Command Handler as a dependency. +Replace `VERSION` with the latest version found in GitHub Releases. +```xml + + tech.xigam + CCH + VERSION + +``` From 3199226e8d9566459c4e95cc8a59a161bd03eb13 Mon Sep 17 00:00:00 2001 From: Magix Date: Wed, 16 Feb 2022 21:49:51 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79269a4..6277bf1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A really useful and simple command handler for JDA. # Usage To begin, add the Sonatype repository to your Maven configuration. +(this is only required if you want the latest version as it releases) ```xml sonatype From 56982a1e4bf654ee47664c22ca2a3b8e14f051cd Mon Sep 17 00:00:00 2001 From: Magix Date: Wed, 16 Feb 2022 21:53:40 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 6277bf1..028b9ad 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,7 @@ A really useful and simple command handler for JDA. # Usage -To begin, add the Sonatype repository to your Maven configuration. -(this is only required if you want the latest version as it releases) -```xml - - sonatype - https://s01.oss.sonatype.org/content/groups/public/ - -``` - -Then, add Complex Command Handler as a dependency. +Add Complex Command Handler as a dependency. Replace `VERSION` with the latest version found in GitHub Releases. ```xml