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'), } ] });