diff --git a/README.md b/README.md index 4880dca..2858d96 100644 --- a/README.md +++ b/README.md @@ -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).