whoopsies

This commit is contained in:
Chayapak 2023-07-21 21:15:06 +07:00
parent f0f11f19b6
commit 0a65c2a90e

View file

@ -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 {