The idea here is to build a script for Firebot that can communicate with Twitch Extensions.
- Commandlist in a Twitch panel
- Buttons for triggering Preset Effect Lists
- Clone this repo.
npm install
- Start development in your favoured editor.
Dev:
npm run build:dev
- Automatically copies the compiled .js to Firebot's scripts folder.
Release:
npm run build
- Copy .js from
/dist
- Keep the script definition object (that contains the
run
,getScriptManifest
, andgetDefaultParameters
funcs) in theindex.ts
file as it's important those function names don't get minimized. - Edit the
"scriptOutputName"
property inpackage.json
to change the filename of the outputted script.