Fixed WelcomeChannel embed message var
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -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] });
|
||||||
|
|||||||
Reference in new issue
Block a user