in the beginging of lyfe, there was mann, and wombat

Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
lever1209 2021-12-07 19:38:08 -04:00
commit 744e678a1e
No known key found for this signature in database
GPG key ID: EEBCBB60C9DFC782
6 changed files with 164 additions and 31 deletions

View file

@ -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;
}