wtf
This commit is contained in:
parent
2b1bb07be1
commit
63973902b2
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue