cpursley/walex

EventsModules: Only call modules & functions that exist

cpursley opened this issue · 2 comments

Maybe also consider DynamicSupervisor for Events in situation where modules aren't used (as sometimes just EventRelay and/or webhooks used without modules).

Actually, just cache which modules exist at compile time and only call those.