nevermind, no interactions

This commit is contained in:
41666 2022-01-29 01:30:30 -05:00
parent 3033ebacb7
commit ea691bb56e

View file

@ -38,7 +38,9 @@ router.put('/guilds/:guildId/roles', ...guildsCommon, notImplemented);
// Slug is unauthenticated...
router.get('/guilds/slug/:guildId', injectParams, guildsSlug);
router.post('/interactions', notImplemented);
// TODO: move this to another worker.
// It inflates the output by way too much.
// router.post('/interactions', handleInteraction);
router.get(
'/legacy/preflight/:guildId',