This commit is contained in:
GregTCLTK 2019-12-19 19:03:53 +01:00
parent 871bd6b7c6
commit cc710b406d
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -56,7 +56,7 @@ public enum Perm {
return event.getMember().hasPermission(Permission.NICKNAME_CHANGE);
}
},
ADMIN_PERMISSIONS {
ADMINISTRATOR {
@Override
public boolean check(CommandEvent event) {
return event.getMember().hasPermission(Permission.ADMINISTRATOR);