Base template for events from discord. Handles basic initilization, and some deferred-function code.
Undocumented in source.
Used to defer a functions execution until after this event has passed through all listeners, and is ready to be destroyed.
Calls all deferred functions.
Array of functions to be ran when this event has completed its pass through the any listeners, and is ready to be destroyed.
See Implementation
Base template for events from discord. Handles basic initilization, and some deferred-function code.