some sheeet
added a lock and finished the broken half created command manager (for now) Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
parent
153e76b3e0
commit
7a57e8a39d
14 changed files with 298 additions and 103 deletions
|
@ -27,6 +27,7 @@ public class Prefix implements GuildCommandInterface {
|
|||
Guild.Prefix.setPrefix(
|
||||
blob.getEvent().getGuild().getIdLong(), argumentList.get("prefix").getWildCardString());
|
||||
blob.getEvent().getChannel().sendMessage("Set prefix to " + argumentList.get("prefix").getWildCardString()).queue();
|
||||
blob.getChannel().sendMessage("Remember: you can always ping me to use any command in case you forget the prefix").queue();
|
||||
} else {
|
||||
Guild.Prefix.setPrefix(
|
||||
blob.getEvent().getGuild().getIdLong(), Global.prefix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue