Skip to content

Commit 346b35e

Browse files
committed
Fixed issue
1 parent fa39829 commit 346b35e

File tree

1 file changed

+3
-2
lines changed
  • src/main/java/org/mangorage/mangobotplugin/entrypoint

1 file changed

+3
-2
lines changed

src/main/java/org/mangorage/mangobotplugin/entrypoint/MangoBot.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,13 @@ public MangoBot() {
100100
.build()
101101
);
102102

103+
PingCommand.register("ping", getCommandDispatcher());
104+
PingsCommand.register("pings", getCommandDispatcher());
105+
103106
commandManager.register(new EmojiCommand());
104107
commandManager.register(new HomeDepotAlertCommand());
105108

106-
commandManager.register(new PingCommand());
107109
commandManager.register(new TrickCommand(this));
108-
commandManager.register(new PingsCommand());
109110

110111
commandManager.register(new PauseCommand());
111112
commandManager.register(new PlayCommand());

0 commit comments

Comments
 (0)