Sample Twitch bot built with twitch-wrapper-ts
- Based on Typescript
- Has Parameter Types
- Clone this repo
- edit
config.ts.example
and rename it toconfig.ts
- change the channel in index.ts
npm install
npm start
(will compile automatically)- Tada!
- See commands folder
- Modify example.ts and create new commands as you want, they will be added automatically.