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
commit 8153254b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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