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] });