mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 13:55:39 +00:00
correct comment
This commit is contained in:
@@ -111,7 +111,7 @@ router.post("/", route({}), async (req: Request, res: Response) => {
|
||||
// TODO
|
||||
break;
|
||||
case InteractionCallbackType.DEFERRED_UPDATE_MESSAGE:
|
||||
//I think this is just ignored ish at least
|
||||
//TODO keep track of state of this
|
||||
interaction.timeout = setTimeout(() => {
|
||||
emitEvent({
|
||||
event: "INTERACTION_FAILURE",
|
||||
|
||||
Reference in New Issue
Block a user