diff --git a/commands/Config/leavechannel.js b/commands/Config/leavechannel.js index f419f73..8c423c5 100644 --- a/commands/Config/leavechannel.js +++ b/commands/Config/leavechannel.js @@ -124,7 +124,7 @@ module.exports = { embeds: [ embedMessage( "RED", - `❌ This is not the channel I have in my database!` + `❌ This is not the channel I have in my database!\nConfigured leave channel: <#${savedChannel}>` ), ], }); @@ -240,7 +240,7 @@ module.exports = { embeds: [ embedMessage( "RED", - `❌ This is not the channel I have in my database!` + `❌ This is not the channel I have in my database!\nConfigured leave channel: <#${savedChannel}>` ), ], }); diff --git a/commands/Config/welcomechannel.js b/commands/Config/welcomechannel.js index 3b19941..ee02d6e 100644 --- a/commands/Config/welcomechannel.js +++ b/commands/Config/welcomechannel.js @@ -125,7 +125,7 @@ module.exports = { embeds: [ embedMessage( "RED", - `❌ This is not the channel I have in my database!` + `❌ This is not the channel I have in my database!\nConfigured welcome channel: <#${savedChannel}>` ), ], }); @@ -241,7 +241,7 @@ module.exports = { embeds: [ embedMessage( "RED", - `❌ This is not the channel I have in my database!` + `❌ This is not the channel I have in my database!\nConfigured welcome channel: <#${savedChannel}>` ), ], });