This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7e3cb0
commit 8697f41
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# jda-commands | ||
# JDA Commands | ||
JDA Commands is an extension for JDA to make commands easier and clearer to develop. | ||
|
||
With the API you can easily create commands for the JDA and clearly divide them into different classes. Slash and custom commands are also supported. | ||
|
||
If you have questions or problems regarding the JDA Commands API, you can create an [issue](https://github.com/Dominik48N/jda-commands/issues) or use the [discussion](https://github.com/Dominik48N/jda-commands/discussions). | ||
|
||
## Requirements | ||
The following things are required to use JDA Commands: | ||
* Java 8+ | ||
* [JDA](https://github.com/DV8FromTheWorld/JDA) v5.0.0-alpha.18 | ||
|
||
## License | ||
This repository is licensed with the [Apache License 2.0](https://github.com/Dominik48N/jda-commands/blob/master/LICENSE). |