diff --git a/src/commands/tts/setchannel.ts b/src/commands/tts/setchannel.ts index 0ac7e98..9cf2a89 100644 --- a/src/commands/tts/setchannel.ts +++ b/src/commands/tts/setchannel.ts @@ -13,7 +13,7 @@ const builder = new SlashCommandBuilder() const cmd: Command = { name: builder.name, builder: builder, - + requiresAdmin: true, execute: async (interaction: ChatInputCommandInteraction): Promise => { await interaction.deferReply({ flags: MessageFlags.Ephemeral });