Merge pull request #1359 from CyberL1/fix/interaction-message-components

fix: components on message
This commit is contained in:
Cyber
2025-10-22 08:26:09 +02:00
committed by GitHub
@@ -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,