diff --git a/src/components/modals/verifyModal.ts b/src/components/modals/verifyModal.ts index d4f7633..6563467 100644 --- a/src/components/modals/verifyModal.ts +++ b/src/components/modals/verifyModal.ts @@ -87,7 +87,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 }]