This commit is contained in:
MathMan05
2026-03-18 05:17:21 +01:00
committed by Rory&
parent c7dee9d069
commit 7abec205e2
@@ -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");