This commit is contained in:
MathMan05
2026-03-18 05:18:39 +01:00
committed by Rory&
parent e67e4316e8
commit 1d71797f53
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ router.post("/", route({}), async (req: Request, res: Response) => {
type: body.type,
commandType: body.data.type,
commandName: body.data.name,
mesageId: body.message_id,
messageId: body.message_id,
});
res.sendStatus(204);
+1 -1
View File
@@ -26,7 +26,7 @@ interface PendingInteraction {
channelId?: string;
guildId?: string;
nonce?: string;
mesageId?: string;
messageId?: string;
type: InteractionType;
commandType: ApplicationCommandType;
commandName: string;