Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-08-20 11:37:47 +02:00
parent 1905dafde5
commit 98ca12f01f

View File

@@ -97,6 +97,9 @@ module.exports = {
}); });
return; return;
} }
const linkedDiscord = stats.data.player.socialMedia.links.DISCORD
if (stats.data.player.socialMedia.links.DISCORD !== username) { if (stats.data.player.socialMedia.links.DISCORD !== username) {
interaction.editReply({ interaction.editReply({
embeds: [ embeds: [
@@ -189,4 +192,4 @@ module.exports = {
] ]
}); });
} }
}; };