Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 457 Bytes

slaurbot

I am the custom bot for slaurent22 on Twitch.

Local Development

Requires the Heroku CLI and NodeJs.

Create a .env file with:

TWITCH_CHANNEL_NAME=slaurent22
TWITCH_CLIENT_ID=[redacted]
TWITCH_CLIENT_SECRET=[redacted]
REDIS_URL=[redacted]
DISCORD_BOT_TOKEN=[redacted]

Build

npm run build

Start

npm start