mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-01 17:58:39 +00:00
fix typo
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -26,7 +26,7 @@ interface PendingInteraction {
|
||||
channelId?: string;
|
||||
guildId?: string;
|
||||
nonce?: string;
|
||||
mesageId?: string;
|
||||
messageId?: string;
|
||||
type: InteractionType;
|
||||
commandType: ApplicationCommandType;
|
||||
commandName: string;
|
||||
|
||||
Reference in New Issue
Block a user