Work In Progress
This documentation is in beta. It's missing lots of content, search is broken, and many links go nowhere. These problems will be fixed before release, but there's plenty of work left!
Skip to main content

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.

Objects

Learn about the bundled event types, and how to create your own.