amoeba / TownCrier

Webhook plugin for Decal
MIT License
11 stars 4 forks source link

Pipe webhook errors into chat or at least indicate failure in chat #46

Closed amoeba closed 4 years ago

amoeba commented 4 years ago

Need to implement a cross-thread message bus for this. Either re-use Digero's method or ask Haz/V for a lightweight pattern. Do I have to use Timers?

amoeba commented 4 years ago

Already done. Turns out, for some reason, I can just use WriteToChat in these async functions. Not sure why.