fix: .console server not working correctly (chome ns moment)

it probably happened when i was doing the `getServerString` replacements and accidentally replaced `eachBot` with `bot`
This commit is contained in:
ChomeNS
2025-03-21 10:27:44 +07:00
parent bed87d2396
commit 37d7bbe2a7

View File

@@ -39,7 +39,7 @@ public class ConsoleCommand extends Command {
final List<String> servers = new ArrayList<>();
for (Bot eachBot : bot.bots) {
servers.add(bot.getServerString(true));
servers.add(eachBot.getServerString(true));
}
final String server = context.getString(true, true);