Consolidated all into one command #dev.

This commit is contained in:
2023-01-08 12:44:16 -05:00
parent 0fd5d09e3e
commit c002eec8bd
2 changed files with 34 additions and 8 deletions
+2 -2
View File
@@ -227,7 +227,7 @@ public class MagicBot extends ListenerAdapter {
TrashRequestHandler.handleRequest(event, args);
break;
case "#devbuild":
DevBuildHandler.handleRequest(event, args);
DevRequestHandler.handleRequest(event, args);
break;
default:
junkbot(command, args);
@@ -306,7 +306,7 @@ public class MagicBot extends ListenerAdapter {
"#server reboot/shutdown are your options.\n" +
"#logs magicbot/world/login n (tail)\n" +
"#flash <text> Send flash message\n" +
"#devbuild <branch> Builds <branch> on Dev server.\n" +
"#dev build <target>/restart/debug/shutdown\n" +
"#trash <blank>/detail/flush";
sendResponse(event, helpString);
}