From 978d4f204dc779e33eebcf51a0581e80b10b2455 Mon Sep 17 00:00:00 2001 From: IrPgFKS0 <2511445@gmail.com> Date: Sat, 2 Sep 2023 23:57:44 -0700 Subject: [PATCH] Fixed WelcomeChannel embed message var --- commands/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/config.js b/commands/config.js index 23e6fac..f0d168c 100644 --- a/commands/config.js +++ b/commands/config.js @@ -528,7 +528,7 @@ module.exports = { }); 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); return interaction.send({ embeds: [successWelcomeChannelEmbed] });