mirror of
https://github.com/janderedev/automod.git
synced 2024-11-07 18:58:38 +00:00
fix attachments not sending properly
This commit is contained in:
parent
63973902b2
commit
9e53353eb9
|
@ -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