There now is an event for outgoing raids inbuilt into Firebot so this is not needed anymore, therefore this repo was archived.
git clone https://github.com/Wissididom/Firebot-Raid-Chat-Alert.gitor just download the repo and cd into it.npm installornpm i
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, andgetDefaultParametersfuncs) in themain.tsfile as it's important those function names don't get minimized. - Edit the
"scriptOutputName"property inpackage.jsonto change the filename of the outputted script.