fix attachments not sending properly

This commit is contained in:
janderedev 2022-04-24 19:13:11 +02:00
parent 63973902b2
commit 9e53353eb9
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -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,