crowbartools / firebot-custom-scripts-types

TypeScript types for Firebot's Custom Scripts
6 stars 11 forks source link

Add getEffectById to EffectManager #29

Open phroggster opened 3 weeks ago

phroggster commented 3 weeks ago

Trivial addition of getEffectById function to EffectManager to allow third-party scripts to directly execute effects.

This addresses issue #25.