DEV Community

Discussion on: How to Build & Test Twitch Chat Bot Commands with Next.js

Collapse
 
coly010 profile image
Colum Ferry

but due to how Next.js's folder-based routing works it isn't a great idea because Vercel will then try to deploy your tests

This is interesting, I didn't know this.

Awesome article! You make creating a bot for Twitch look easy!

Can you do slack next 🤣

Collapse
 
wescopeland profile image
Wes Copeland

Hey Colum,

It looks like this is relatively straightforward to do with Slack :-)
This article is a great reference that takes a very similar approach. It looks like all that needs to be done is:

  • Create a new Slack app.
  • Create a command with a Request URL.
  • Install the app to your workspace.

... and you're done!

Collapse
 
coly010 profile image
Colum Ferry

That looks a lot nicer than some of the tutorials from slack themselves.