From b2e4b6a7195ab2dcd38c89ce7fecc81866b37037 Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 6 Sep 2024 22:16:17 +0200 Subject: [PATCH] Updated formatting Signed-off-by: Taken --- src/commands/verify.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/verify.ts b/src/commands/verify.ts index a2626c3..e5414de 100644 --- a/src/commands/verify.ts +++ b/src/commands/verify.ts @@ -114,7 +114,8 @@ export default { if (linkedDiscord !== username) { interaction.editReply({ embeds: [{ - description: " The Discord account linked to `" + player.displayname + "` is currently `" + linkedDiscord + "`\n\n" + + description: " The Discord account linked to `" + + player.displayname + "` is currently `" + linkedDiscord + "`\n\n" + "**Please set your Discord tag on hypixel to `" + username + "` and try again.**", color: embedColor }]