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);
} catch (InterruptedException e) {
e.printStackTrace();
break;
}
} else {
break;

View file

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

View file

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