mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 23:26:05 +00:00
return
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user