crowbartools / firebot-custom-scripts-types

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

EffectManager type is incomplete. #25

Open dennisrijsdijk opened 1 year ago

dennisrijsdijk commented 1 year ago

the EffectManager type currently only exposes registerEffect. I've got a use case where I'm expanding an effect as part of a script, so I want to call that effect myself.