This commit is contained in:
Chayapak 2023-10-26 20:45:42 +07:00
parent 4b56f9b80f
commit 449d5da285
3 changed files with 3 additions and 2 deletions

View file

@ -244,6 +244,7 @@ public class Main {
Thread.sleep(50); Thread.sleep(50);
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
break;
} }
} else { } else {
break; break;

View file

@ -20,7 +20,7 @@ public class ServerEvalCommand extends Command {
new String[] { "<code>" }, new String[] { "<code>" },
new String[] {}, new String[] {},
TrustLevel.OWNER, TrustLevel.OWNER,
false true
); );
} }

View file

@ -14,7 +14,7 @@ public class StopCommand extends Command {
super( super(
"stop", "stop",
"Gracefully stops the bot", "Gracefully stops the bot",
new String[] {}, new String[] { "" },
new String[] {}, new String[] {},
TrustLevel.OWNER, TrustLevel.OWNER,
false false