diff --git a/src/commands/admins-remove.ts b/src/commands/admins-remove.ts index 68fdc86..a41c03a 100644 --- a/src/commands/admins-remove.ts +++ b/src/commands/admins-remove.ts @@ -12,7 +12,7 @@ export class AdminsRemove extends ChatCommand { description = "Remove user from admins"; requirements = Requirements.Build( - Requirement.BOT_ADMIN, + Requirement.BOT_CREATOR, Requirement.REPLY, Requirement.CHAT, );