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 }]