Development (#20)

pull/38/head
Samuel Shuert 3 years ago committed by GitHub
commit c2313abb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,6 +83,7 @@ export const callback = async (interaction: CommandInteraction): Promise<void> =
} }
} }
} else { } else {
await interaction.editReply({embeds: LoadingEmbed, components: []})
for(const channel of i.values) { for(const channel of i.values) {
data.channels.includes(channel) ? data.channels.splice(data.channels.indexOf(channel), 1) : data.channels.push(channel); data.channels.includes(channel) ? data.channels.splice(data.channels.indexOf(channel), 1) : data.channels.push(channel);
} }

Loading…
Cancel
Save