Fix for MESSAGE_COMPONENT interaction falling through to error section (#59)

Co-authored-by: Justin Weinberg <justn@modrg.com>
This commit is contained in:
codeconfessions
2024-09-25 11:37:46 -05:00
committed by GitHub
parent 3a2892f2e2
commit 01fe51d04a

View File

@@ -176,6 +176,8 @@ app.post('/interactions', verifyKeyMiddleware(process.env.PUBLIC_KEY), async fun
}
}
}
return;
}
console.error('unknown interaction type', type);