fix: components on message

This commit is contained in:
CyberL1 2025-10-22 08:25:03 +02:00
parent 840652f003
commit f1c93a799d

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,