Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 402 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 402 Bytes

Everything here is experimental.

It is still under development.

To install and play with bot:

cd bot
npm install
npm start

Make sure to change the .env file. For the chatListener, you may need to change the src/bots/chatListener/config.ts file as well.


To install and play with twitch-mock-server:

cd bot
npm install
npm start

Make sure to change the .env file.