forked from ChomeNS/chomens-bot-java
whoopsies
This commit is contained in:
parent
f0f11f19b6
commit
0a65c2a90e
1 changed files with 3 additions and 0 deletions
|
@ -36,7 +36,10 @@ public class ConsoleServerCommand extends Command {
|
|||
for (Bot eachBot : bot.bots) {
|
||||
if (String.join(" ", args).equalsIgnoreCase("all")) {
|
||||
eachBot.console.consoleServer = "all";
|
||||
|
||||
context.sendOutput(Component.text("Set the console server to all servers").color(ColorUtilities.getColorByString(bot.config.colorPalette.defaultColor)));
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue