diff --git a/src/structures/ServerChannel.js b/src/structures/ServerChannel.js index 2e7ee4f93..563058220 100644 --- a/src/structures/ServerChannel.js +++ b/src/structures/ServerChannel.js @@ -85,7 +85,7 @@ class ServerChannel extends Channel { permissions |= overwrite.allowData; } - const admin = Boolean(permissions & (Constants.PermissionFlags.MANAGE_ROLES)); + const admin = Boolean(permissions & (Constants.PermissionFlags.ADMINISTRATOR)); if (admin) { permissions = Constants.ALL_PERMISSIONS; }