This commit is contained in:
ChomeNS
2023-03-25 15:29:44 +07:00
parent 14b2b53682
commit b2fccdd28d
3 changed files with 95 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ public class CommandHandlerPlugin {
registerCommand(new WikipediaCommand());
registerCommand(new UrbanCommand());
registerCommand(new ClearChatCommand());
registerCommand(new ListCommand());
}
public void registerCommand (Command command) {