Skip to content

Commit 59ff26f

Browse files
committed
Added the start of permission system...
1 parent 50703cf commit 59ff26f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/org/mangorage/mangobotcore/api/jda/command/v2/AbstractJDACommand.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ public AbstractJDACommand(String name, String description) {
1111
super(name, description);
1212
}
1313

14-
public boolean hasPermission(Message context) {
15-
return true;
16-
}
17-
1814
public JDACommandType getCommandType() {
1915
return JDACommandType.GLOBAL;
2016
}

0 commit comments

Comments
 (0)