As we implemented in Python and Java, we can provide the similar guidance log messages in Bolt for JS.
$ npx node app.js
⚡️ Bolt app is running!
Unhandled request ({"event": {"type": "message"}, "type": "event_callback"})
---
[Suggestion] You can handle this type of event with the following listener function:
app.event("message", async ({ body, logger }) => {
logger.info(body);
});
Description
As we implemented in Python and Java, we can provide the similar guidance log messages in Bolt for JS.
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])