Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 824 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 824 Bytes

Firebot Raid Chat Alert Custom Script

Deprecated

There now is an event for outgoing raids inbuilt into Firebot so this is not needed anymore, therefore this repo was archived.

Setup

  1. git clone https://github.com/Wissididom/Firebot-Raid-Chat-Alert.git or just download the repo and cd into it.
  2. npm install or npm i

Building

Dev:

  1. npm run build:dev
  • Automatically copies the compiled .js to Firebot's scripts folder.

Release:

  1. npm run build
  • Copy .js from /dist

Note

  • Keep the script definition object (that contains the run, getScriptManifest, and getDefaultParameters funcs) in the main.ts file as it's important those function names don't get minimized.
  • Edit the "scriptOutputName" property in package.json to change the filename of the outputted script.