use nonce?

This commit is contained in:
MathMan05
2025-11-19 15:07:18 -06:00
committed by Rory&
parent d98d0f8e25
commit 97b8b040a3
@@ -103,6 +103,7 @@ router.post("/", route({}), async (req: Request, res: Response) => {
application_id: interaction.applicationId,
channel_id: interaction.channelId,
author_id: interaction.applicationId,
nonce: interaction.nonce,
content: body.data.content,
components: body.data.components || [],
tts: body.data.tts,