actually "register" it

i forgor and out of laziness i am using the gitea website to commit so yes
This commit is contained in:
Chipmunk 2023-01-19 18:45:11 -05:00
parent 7016057399
commit 8765053530

View file

@ -23,7 +23,7 @@ import lombok.Setter;
public class CommandManager {
private ChipmunkBot client;
@Getter @Setter private CommandDispatcher<CommandSource> dispatcher = new CommandDispatcher<>();
private final Command[] commands = {new TestCommand(), new HelpCommand(), new RunCommand()};
private final Command[] commands = {new TestCommand(), new HelpCommand(), new RunCommand(), new EchoCommand()};
static {
// ? Is messing with static properties a good idea?