We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7005c62 + 5144684 commit 9b35671Copy full SHA for 9b35671
1 file changed
index.js
@@ -26,7 +26,7 @@ const app = new App({
26
// When a user joins the team, send a message in a predefined channel asking them to introduce themselves
27
app.event('message', async ({ event, logger }) => {
28
try {
29
- console.log(event);
+ console.log('evento', event);
30
// Call chat.postMessage with the built-in client
31
// const result = await client.chat.postMessage({
32
// channel: welcomeChannelId,
0 commit comments