mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-18 19:55:29 +00:00
use nonce?
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user