From f40edbafc27edac50c85fffbbc3a5f298c1f81e1 Mon Sep 17 00:00:00 2001 From: TheCodedProf Date: Sat, 4 Mar 2023 17:17:11 -0500 Subject: [PATCH] nice commit --- src/commands/settings/autopublish.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/settings/autopublish.ts b/src/commands/settings/autopublish.ts index 5640117..e851c35 100644 --- a/src/commands/settings/autopublish.ts +++ b/src/commands/settings/autopublish.ts @@ -83,6 +83,7 @@ export const callback = async (interaction: CommandInteraction): Promise = } } } else { + await interaction.editReply({embeds: LoadingEmbed, components: []}) for(const channel of i.values) { data.channels.includes(channel) ? data.channels.splice(data.channels.indexOf(channel), 1) : data.channels.push(channel); }