diff --git a/src/modules/interactions/handleChatInputCommand.ts b/src/modules/interactions/handleChatInputCommand.ts index d90e4e0..0f8c37c 100644 --- a/src/modules/interactions/handleChatInputCommand.ts +++ b/src/modules/interactions/handleChatInputCommand.ts @@ -35,9 +35,15 @@ export const handleChatInputCommand = async ( } if ( (!interaction.member || !isModerator(interaction.member)) && - !["leaderboard", "rank", "profile", "role", "help", "ping"].includes( - interaction.commandName - ) + ![ + "leaderboard", + "rank", + "profile", + "role", + "help", + "ping", + "birthday" + ].includes(interaction.commandName) ) { await interaction.reply({ content: "You must be a moderator to use bot commands.",