fix: add requiresAdmin to tts-channel

This commit is contained in:
2026-01-14 23:08:47 -03:00
parent 60b66027a3
commit 426c97e654
+1 -1
View File
@@ -13,7 +13,7 @@ const builder = new SlashCommandBuilder()
const cmd: Command = {
name: builder.name,
builder: builder,
requiresAdmin: true,
execute: async (interaction: ChatInputCommandInteraction): Promise<void> => {
await interaction.deferReply({ flags: MessageFlags.Ephemeral });