commit | c2313abb67ee0de7bf7065e151d72a98eb60278d | [log] [tgz] |
---|---|---|
author | Samuel Shuert <samuel.shuert@gmail.com> | Sat Mar 04 17:17:36 2023 -0500 |
committer | GitHub <noreply@github.com> | Sat Mar 04 17:17:36 2023 -0500 |
tree | 6da98dd79419a76061bf894e2d86b766a48a8795 | |
parent | 47d572ba9207bda28e1c732039f23d0f9079952c [diff] | |
parent | f40edbafc27edac50c85fffbbc3a5f298c1f81e1 [diff] |
Development (#20)
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 @@ } } } 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); }