Updated verify

This commit is contained in:
2023-04-27 21:46:41 +02:00
parent 063e1b69bb
commit 6bef71c8c9

View File

@@ -70,7 +70,15 @@ module.exports = {
const head = minotar + ign;
if (hypixelCheck.data.links.DISCORD !== fullUsername) {
interaction.editReply('Your Discord tag does not match your in-game tag.')
interaction.editReply({
embeds: [{
description: "The discord tag for `" + userCheck.data.name + "` is not `" + fullUsername + "`. Please link your discord account to your hypixel account.",
color: embedColor,
thumbnail: {
url: head
},
}]
})
return
}