Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik48N authored Sep 1, 2022
1 parent d7e3cb0 commit 8697f41
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
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).

0 comments on commit 8697f41

Please sign in to comment.