Fixed WelcomeChannel embed message var

This commit is contained in:
IrPgFKS0 committed 2023-09-02 23:57:44 -07:00
1 parent a8b553d370
commit 978d4f204d
1 file changed
+1 -1
+1 -1
View File
@@ -528,7 +528,7 @@ module.exports = {
}); });
const successWelcomeChannelEmbed = new EmbedBuilder() const successWelcomeChannelEmbed = new EmbedBuilder()
.setDescription(`Successfully set <#${channel}> as the Welcome Channel.`) .setDescription(`Successfully set <#${welcomeChannel}> as the Welcome Channel.`)
.setColor(client.config.Colors.Green); .setColor(client.config.Colors.Green);
return interaction.send({ embeds: [successWelcomeChannelEmbed] }); return interaction.send({ embeds: [successWelcomeChannelEmbed] });