missing parenthasis will definetly break building
This commit is contained in:
parent
f8eb427aae
commit
299b406436
@ -19,7 +19,7 @@ public class CommandManager {
|
||||
public CommandManager() {
|
||||
addCommand(new CoinCmd());
|
||||
addCommand(new DiceCmd());
|
||||
addCommand(new PingCmd);
|
||||
addCommand(new PingCmd());
|
||||
addCommand(new InfoCmd());
|
||||
}
|
||||
|
||||
@ -65,4 +65,4 @@ public class CommandManager {
|
||||
cmd.handle(ctx);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user