Merge pull request #1359 from CyberL1/fix/interaction-message-components
fix: components on message
This commit is contained in:
commit
8153254b7d
@ -63,6 +63,7 @@ router.post("/", route({}), async (req: Request, res: Response) => {
|
||||
channel_id: interaction.channelId,
|
||||
author_id: interaction.applicationId,
|
||||
content: body.data.content,
|
||||
components: body.data.components || [],
|
||||
tts: body.data.tts,
|
||||
embeds: body.data.embeds || [],
|
||||
attachments: body.data.attachments,
|
||||
|
||||
Reference in New Issue
Block a user