Skip to content

Commit 9b35671

Browse files
authored
Merge pull request #3 from BRIKEV/staging
feat: add better log
2 parents 7005c62 + 5144684 commit 9b35671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const app = new App({
2626
// When a user joins the team, send a message in a predefined channel asking them to introduce themselves
2727
app.event('message', async ({ event, logger }) => {
2828
try {
29-
console.log(event);
29+
console.log('evento', event);
3030
// Call chat.postMessage with the built-in client
3131
// const result = await client.chat.postMessage({
3232
// channel: welcomeChannelId,

0 commit comments

Comments
 (0)