Open scribblecrumb opened 5 months ago
👋 Hey @Sumwatt0, thanks for your interest in this issue! 🎉
âš Note that this issue will become unassigned if it isn't closed within 7 days.
🔧 A maintainer can also add the 📌 Pinned label to prevent it from being unassigned automatically.
Description Mediator events (some very specific events that trigger only for mediators and are handled separately inside
events.py
) should really be transferred into ShortEvents. I don't personally believe they need to be their own type of ShortEvent, rather they should be misc events that trigger only for mediators.Essentially all that needs to be done here, is taking the hard coded events in
mediator_events()
and putting them into the misc event json. Documentation on the ShortEvent format is available in our wiki docs.