Skip to content

Commit

Permalink
[Enhancement] Show configured message in the embed message
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 19, 2021
1 parent eddbb25 commit c409cc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions commands/Config/leavechannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}>`
),
],
});
Expand Down Expand Up @@ -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}>`
),
],
});
Expand Down
4 changes: 2 additions & 2 deletions commands/Config/welcomechannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}>`
),
],
});
Expand Down Expand Up @@ -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}>`
),
],
});
Expand Down

0 comments on commit c409cc6

Please sign in to comment.