debug events handler
This commit is contained in:
4 files changed
+23
-17
No files matched your search
@@ -52,7 +52,7 @@ module.exports = {
|
||||
|
||||
let notFound = new EmbedBuilder()
|
||||
.setColor(client.config.Colors.Default)
|
||||
.setDescription(`**Record Not Found**\n/ The gamertag \` ${playerStat.gamertag} \` currently has no linked Discord account.`);
|
||||
.setDescription(`**Record Not Found**\n The gamertag \` ${playerStat.gamertag} \` currently has no linked Discord account.`);
|
||||
|
||||
return interaction.send({ embeds: [notFound] })
|
||||
},
|
||||
|
||||
Reference in new issue
Block a user