Events
Events represent different things that can happen while your bot is running. Bots mostly deal with events from Discord (and defined by Kord), but they can also represent other actions.
All event type names should be descriptive, and end with the word Event.
Handlers
Learn how to handle events in your extensions.
Event Handlers
Handle and respond to events.
Objects
Learn about the bundled event types, and how to create your own.
Bundled Events
Built-in event types.
Custom Events
Create your own custom events.