Here are what each variable means:
- TWITCH_USERNAME - twitch account username
- TWITCH_TOKEN - auth token, get it from here https://twitchapps.com/tmi/
- CHANNELS - which channels to watch, seperate with ,
- BOT_IDENTIFIER - what to write before the bot command
Note that if you did yarn install
in the previous step, you have to do yarn dev
in this step. Same with npm