From 426c97e654c43afd6f53b71915598d22a8ed5b8a Mon Sep 17 00:00:00 2001 From: neru Date: Wed, 14 Jan 2026 23:08:47 -0300 Subject: [PATCH] fix: add requiresAdmin to tts-channel --- src/commands/tts/setchannel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });