debug events handler

This commit is contained in:
SowinskiBraeden committed 2023-07-01 10:21:54 -07:00
1 parent fb10f4cbd7
commit 78626d5f83
4 files changed
+23 -17

No files matched your search

+1 -1
View File
@@ -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] })
},