I'm trying to create my first HelloWorld bot following this official tutorial using Bolt (
Bug in Slack:
CodePudding user response:
Based on the code shared above, you have created a new object user with properties user & channel.
Therefore, the correct syntax would be :
say(`Hello bae, and welcome <@${user.user}>!`);

