Update settings.ts

This commit is contained in:
Tarrgon
2026-06-02 16:46:45 -04:00
parent 8355cc5fe8
commit ea37046d30
-1
View File
@@ -123,7 +123,6 @@ export default {
.setDescription('Set the github release channel.') .setDescription('Set the github release channel.')
.setRequired(false) .setRequired(false)
), ),
handler: async function (client: Client, interaction: ChatInputCommandInteraction) { handler: async function (client: Client, interaction: ChatInputCommandInteraction) {
if (!interaction.guildId) return; // This shouldn't occur, but TypeScript doesn't know that. if (!interaction.guildId) return; // This shouldn't occur, but TypeScript doesn't know that.
await interaction.deferReply({ flags: [MessageFlags.Ephemeral] }); await interaction.deferReply({ flags: [MessageFlags.Ephemeral] });