sss
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user