Add help command and command categories
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-20 17:05:59 +01:00
parent 5a2205e567
commit 9278b485d9
16 changed files with 333 additions and 147 deletions

View File

@@ -39,6 +39,13 @@ public interface MessageCommand
*/
boolean passRawArgs();
/**
* Say what category this command belongs to.
*
* @return the command category.
*/
CommandCategory getCategory();
/**
* Run the command logic by parsing the event and replying accordingly.
*