forked from ChomeNS/chomens-bot-java
sss
This commit is contained in:
parent
4b56f9b80f
commit
449d5da285
3 changed files with 3 additions and 2 deletions
|
@ -244,6 +244,7 @@ public class Main {
|
|||
Thread.sleep(50);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
|
|
|
@ -20,7 +20,7 @@ public class ServerEvalCommand extends Command {
|
|||
new String[] { "<code>" },
|
||||
new String[] {},
|
||||
TrustLevel.OWNER,
|
||||
false
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ public class StopCommand extends Command {
|
|||
super(
|
||||
"stop",
|
||||
"Gracefully stops the bot",
|
||||
new String[] {},
|
||||
new String[] { "" },
|
||||
new String[] {},
|
||||
TrustLevel.OWNER,
|
||||
false
|
||||
|
|
Loading…
Reference in a new issue