This commit is contained in:
2023-04-27 22:04:26 +02:00
parent 6bef71c8c9
commit c138a78067

View File

@@ -71,14 +71,14 @@ module.exports = {
if (hypixelCheck.data.links.DISCORD !== fullUsername) {
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
},
}]
})
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
}