This commit is contained in:
MathMan05
2026-03-07 00:58:31 +01:00
committed by Rory&
parent 52d8034810
commit 8a732f7d82
@@ -139,7 +139,7 @@ router.post("/", route({}), async (req: Request, res: Response) => {
}, 30000);
pendingInteractions.delete(interactionId);
res.sendStatus(204);
break;
return;
case InteractionCallbackType.UPDATE_MESSAGE:
{
if (!interaction.mesageId) throw new HTTPError("no. That was not a message");