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);
|
Thread.sleep(50);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue