Remove Blue string
This commit is contained in:
parent
b176854689
commit
a4d358f76d
@ -11,17 +11,8 @@ public class JangoTheSovietCmd implements ICommand {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void handle(CommandContext ctx) {
|
public void handle(CommandContext ctx) {
|
||||||
Random r = new Random();
|
ctx.getChannel().sendTyping().queue();
|
||||||
int max = 2;
|
ctx.getChannel().sendMessage("JOIN THE CSE!").queue();
|
||||||
|
|
||||||
int i = r.nextInt(max);
|
|
||||||
if (i == 0) {
|
|
||||||
ctx.getChannel().sendTyping().queue();
|
|
||||||
ctx.getChannel().sendMessage("JOIN THE CSE!").queue();
|
|
||||||
} else {
|
|
||||||
ctx.getChannel().sendTyping().queue();
|
|
||||||
ctx.getChannel().sendMessage("Praise be it thy Spruce").queue();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user