in the beginging of lyfe, there was mann, and wombat
Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
parent
7a57e8a39d
commit
744e678a1e
6 changed files with 164 additions and 31 deletions
|
@ -195,9 +195,7 @@ public class Help implements GuildCommandInterface {
|
|||
HashMap<String, Argument> args = new HashMap<String, Argument>();
|
||||
|
||||
args.put("commandName", new Argument("commandName").setPosition(0).setIsWildcard(true));
|
||||
args.put("dev", new Argument("dev", (CommandBlob blob) -> {
|
||||
blob.getChannel().sendMessage("DEV FLAG USED").queue();
|
||||
}).setPrefixRequirement(true).setAutoStartRunnable(true).setPermissionLevel("infopermission"));
|
||||
args.put("dev", new Argument("dev").setPrefixRequirement(true).setPermissionLevel("infopermission"));
|
||||
|
||||
return args;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue