From 6bef71c8c91959fba180c95232378f79e509fac9 Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 27 Apr 2023 21:46:41 +0200 Subject: [PATCH] Updated verify --- commands/verify.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/commands/verify.js b/commands/verify.js index 38e8395..3014f98 100644 --- a/commands/verify.js +++ b/commands/verify.js @@ -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 }