events#

Events from discord are recieved in form of raw payloads and are converted into Event classes internally by the library.

base#

class wyvern.events.base.Event(*, bot: GatewayBot)[source]#

The base event class. All library ( or custom ) events are derived from this class.

bot: GatewayBot#

The bot bound to the event.