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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user