diff --git a/commands/verify.js b/commands/verify.js index c486f26..3d59e45 100644 --- a/commands/verify.js +++ b/commands/verify.js @@ -97,6 +97,9 @@ module.exports = { }); return; } + + const linkedDiscord = stats.data.player.socialMedia.links.DISCORD + if (stats.data.player.socialMedia.links.DISCORD !== username) { interaction.editReply({ embeds: [ @@ -189,4 +192,4 @@ module.exports = { ] }); } -}; +}; \ No newline at end of file