From c138a78067912af82e9077434faf92c261690d6a Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 27 Apr 2023 22:04:26 +0200 Subject: [PATCH] . --- commands/verify.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/commands/verify.js b/commands/verify.js index 3014f98..7150745 100644 --- a/commands/verify.js +++ b/commands/verify.js @@ -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 }