Skip to content

Commit

Permalink
Comment for overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
benw202 authored May 29, 2024
1 parent 421304d commit 434df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/moderation/clearMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const data = slashCommandStructure({
name: 'clear-messages',
description: 'Clear a specified number of messages in the current channel.',
type: ApplicationCommandType.ChatInput,
default_member_permissions: constantsConfig.commandPermission.MANAGE_SERVER,
default_member_permissions: constantsConfig.commandPermission.MANAGE_SERVER, //Overrides need to be added for admin and moderator roles
dm_permission: false,
options: [{
name: 'amount',
Expand Down

0 comments on commit 434df81

Please sign in to comment.