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