help cmd
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package cc.fascinated.command;
|
||||
|
||||
import cc.fascinated.Aetheria;
|
||||
import cc.fascinated.command.impl.HelpCommand;
|
||||
import cc.fascinated.command.impl.TotalJoinsCommand;
|
||||
|
||||
import java.util.Objects;
|
||||
@ -9,6 +10,7 @@ public class CommandManager {
|
||||
|
||||
public CommandManager() {
|
||||
registerCommand(new TotalJoinsCommand());
|
||||
registerCommand(new HelpCommand());
|
||||
}
|
||||
|
||||
public static void registerCommand(Command command) {
|
||||
|
Reference in New Issue
Block a user