Skip to content

Commit

Permalink
perms fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FirezTheGreat committed Oct 20, 2022
1 parent 420ddc8 commit 95ef966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/moderation/force.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = class Force extends Command {
category: 'Moderation',
usage: '[register | rename | fix]',
client_permissions: [PermissionFlagsBits.ManageRoles, PermissionFlagsBits.ManageNicknames],
user_permissions: [PermissionFlagsBits.Administrator],
user_permissions: [PermissionFlagsBits.BanMembers],
sub_commands,
options: sub_commands.map(({ name, type, description, required, options }) => ({ name, type, description, required, options }))
});
Expand Down

0 comments on commit 95ef966

Please sign in to comment.