Skip to content

Commit

Permalink
fix: fix permissions for verify
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlesquid committed Jul 11, 2024
1 parent e5f7038 commit 351b84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { pluralize, ttry } from "../utils/general";
],
preconditions: ["GuildTextOnly"],
requiredUserPermissions: verify.permissions,
requiredClientPermissions: ["ManageRoles", "SendMessages", "ChangeNickname", "UseExternalEmojis"]
requiredClientPermissions: ["SendMessages", "ManageNicknames", "UseExternalEmojis"]
})
export class VerifyCommand extends AugmentedSubcommand {
hints() {
Expand Down

0 comments on commit 351b84a

Please sign in to comment.