mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-03-18 21:40:27 +01:00
Fix for MESSAGE_COMPONENT interaction falling through to error section (#59)
Co-authored-by: Justin Weinberg <justn@modrg.com>
This commit is contained in:
@@ -176,6 +176,8 @@ app.post('/interactions', verifyKeyMiddleware(process.env.PUBLIC_KEY), async fun
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
console.error('unknown interaction type', type);
|
||||
|
||||
Reference in New Issue
Block a user