Update settings.ts
This commit is contained in:
@@ -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] });
|
||||||
|
|||||||
Reference in New Issue
Block a user