You are browsing as a guest. Sign up (or log in) to start making projects!

35m 54s logged

Built the /novabot-joke and /novabot-catfact commands using Axios for API requests. The trickiest part was configuring Slack’s Socket Mode in NestJS so the bot could receive payload events instantly without setup of a public webhook endpoint. After a few structural adjustments with the @slack/bolt lifecycle, all four slash commands are responding with 0-1ms delay

0
46

Comments 1

@lnsekhon

Nice progress! Keep it up!