Skip to content

Commit

Permalink
Added a new command framework (Javacord#701)
Browse files Browse the repository at this point in the history
Added a new command framework KCommando
  • Loading branch information
koply authored Jul 21, 2022
1 parent c08be2a commit 6e5e84a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/README_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ api.addListener(new MyListener());
For commands, you have the option of using one of the many existing command frameworks such as
* [**Command Framework**](https://github.com/Vampire/command-framework) by [@Vampire](https://github.com/Vampire)
* [**Sdcf4j**](https://github.com/Bastian/sdcf4j) by [@Bastian](https://github.com/Bastian)
* [**KCommando Framework**](https://github.com/koply/KCommando) by [@koply](https://github.com/koply)

or even write your own!

Expand Down

0 comments on commit 6e5e84a

Please sign in to comment.