This commit is contained in:
MathMan05
2026-03-02 19:24:48 -06:00
committed by Rory&
parent bc12f1238b
commit 7e27f1c46b
@@ -125,7 +125,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");