From b30555f55786da11fab9b28e24aba21a5a89a53a Mon Sep 17 00:00:00 2001 From: Ed Morgan Date: Thu, 3 Oct 2024 08:03:56 -0400 Subject: [PATCH] Change line ending char for mobile view --- src/features/raid-bots/bot-embed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/raid-bots/bot-embed.ts b/src/features/raid-bots/bot-embed.ts index 79f441f..47adab1 100644 --- a/src/features/raid-bots/bot-embed.ts +++ b/src/features/raid-bots/bot-embed.ts @@ -32,7 +32,7 @@ export const refreshBotEmbed = async () => { bot.currentPilot ? "~~" : "" } ${bot.name} (${bot.level} ${bot.class}) - ${bot.location} ${ bot.currentPilot ? "~~" : "" - } ${bot.currentPilot ? "- " + bot.currentPilot : ""}\n`; + } ${bot.currentPilot ? "- " + bot.currentPilot : ""}\u200B\n`; if (botString.length + botRow.length > 3000) { botMessages.push(botString); botString = "";