From a277c8d077dbe5b22915c0ebdd9543891a2ad5ed Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 2 Mar 2026 18:38:41 -0600 Subject: [PATCH] don't do that --- .../#interaction_id/#interaction_token/callback.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts b/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts index afa8a71a0..252766c92 100644 --- a/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts +++ b/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts @@ -111,8 +111,11 @@ router.post("/", route({}), async (req: Request, res: Response) => { // TODO break; case InteractionCallbackType.DEFERRED_UPDATE_MESSAGE: + //I think this is just ignored ish at least + break; case InteractionCallbackType.UPDATE_MESSAGE: { + console.log(body.type); if (!interaction.mesageId) throw new HTTPError("no. That was not a message"); const message = await Message.findOneOrFail({ relations: {