From ea37046d30dc80be2702f4cb59577d6429e2e847 Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:46:45 -0400 Subject: [PATCH] Update settings.ts --- src/commands/settings.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/settings.ts b/src/commands/settings.ts index 964ede6..3ea32c2 100644 --- a/src/commands/settings.ts +++ b/src/commands/settings.ts @@ -123,7 +123,6 @@ export default { .setDescription('Set the github release channel.') .setRequired(false) ), - handler: async function (client: Client, interaction: ChatInputCommandInteraction) { if (!interaction.guildId) return; // This shouldn't occur, but TypeScript doesn't know that. await interaction.deferReply({ flags: [MessageFlags.Ephemeral] });