From 63973902b2d5b98422bd7cd40888c393124a99df Mon Sep 17 00:00:00 2001 From: janderedev Date: Sun, 24 Apr 2022 14:19:33 +0200 Subject: [PATCH] wtf --- bot/src/bot/commands/bridge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/bot/commands/bridge.ts b/bot/src/bot/commands/bridge.ts index 233eac4..5a604aa 100644 --- a/bot/src/bot/commands/bridge.ts +++ b/bot/src/bot/commands/bridge.ts @@ -74,7 +74,7 @@ export default { type: 'Text', title: `Bridges in ${message.channel?.server?.name}`, description: `**${links.length}** bridged channels found.\n\n` - + links.map(l => `<#${l.revolt}> **->** ${l.discord}\n`), + + links.map(l => `<#${l.revolt}> **->** ${l.discord}`).join('\n'), } ] });