EventHandler
Class representing an event handler. Event handlers react to a given Kord event.
You shouldn't need to use this class directly - instead, create an Extension and use the Extension.event to register your event handler, by overriding the Extension.setup function.
Parameters
extension
The Extension that registered this event handler.
Properties
Link copied to clipboard
Coroutine scope used to launch this event handler when handling a new event.
Link copied to clipboard
Cached locale variable, stored and retrieved by getLocale.
Link copied to clipboard
Sentry adapter, for easy access to Sentry functions.