From c4af93ee8e072503ffff6c1a7a2eb90c14d2e729 Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 14 Jul 2023 12:38:23 +0200 Subject: [PATCH] Removed . at the end of the message --- commands/verify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/verify.js b/commands/verify.js index 4e99b12..706fa16 100644 --- a/commands/verify.js +++ b/commands/verify.js @@ -93,7 +93,7 @@ module.exports = { interaction.editReply({ embeds: [ { - description: " The Discord account linked to `" + stats.data.player.displayname + "` is currently `" + linkedDiscord + "`.\n\n" + + description: " The Discord account linked to `" + stats.data.player.displayname + "` is currently `" + linkedDiscord + "`\n\n" + "**Please set your Discord tag on hypixel to `" + username + "` and try again.**", color: embedColor }