fix attachments not sending properly
This commit is contained in:
parent
63973902b2
commit
9e53353eb9
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ client.on('messageCreate', async message => {
|
|||
|
||||
const sendBridgeMessage = async (reply?: string) => {
|
||||
const payload = {
|
||||
content: message.content ? await renderMessageBody(message.content) : undefined,
|
||||
content: await renderMessageBody(message.content),
|
||||
//attachments: [],
|
||||
//embeds: [],
|
||||
nonce: nonce,
|
||||
|
|
Loading…
Reference in a new issue