This commit is contained in:
janderedev 2022-04-24 14:19:33 +02:00
parent 2b1bb07be1
commit 63973902b2
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

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