mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-10 02:21:25 +00:00
Fix bot console
This commit is contained in:
parent
62c1bbd13d
commit
29b109fcf6
|
@ -70,7 +70,7 @@ public class BotConsole {
|
|||
continue;
|
||||
}
|
||||
CONSOLE.debug("Received command: {}", input);
|
||||
BotConsole.this.parseCommand(scanner.nextLine());
|
||||
BotConsole.this.parseCommand(input);
|
||||
} catch (Exception e) {
|
||||
CONSOLE.error("Error while running console thread", e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user