Auto stash before merge of "hax-dev" and "origin/greg-dev"
This commit is contained in:
parent
57b76642d1
commit
c0d39f3624
2 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ public class EvalCommand implements Command {
|
|||
engine.put("member", event.getMember());
|
||||
engine.put("self", event.getGuild().getSelfMember());
|
||||
engine.put("audio", new AudioManager());
|
||||
engine.put("out", System.out);
|
||||
|
||||
ScheduledExecutorService service = Executors.newScheduledThreadPool(1);
|
||||
|
||||
|
|
|
|||
|
|
@ -29,8 +29,11 @@ public class GuildLeaveCommand implements Command {
|
|||
} catch (Exception e) {
|
||||
event.getTextChannel().sendMessage(event.getMessageEditor().getMessage(MessageEditor.MessageType.WARNING, "commands.owner.guildleave.error.title", "", "commands.owner.guildleave.help.description", guild.getName()).build()).queue();
|
||||
}
|
||||
<<<<<<< Updated upstream
|
||||
} else {
|
||||
event.getHelpCommand().sendHelp(this, event);
|
||||
=======
|
||||
>>>>>>> Stashed changes
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue