Events#
CommandErrorEvent
#
CommandErrorEvent(
client: GatewayClientT,
context: Context[GatewayClientT],
exception: Exception,
)
Bases: ArcEvent
, Generic[GatewayClientT]
Event dispatched when a command raises an exception that is not handled by any error handlers.
Warning
Creating any listeners for this event will disable the client error handler completely.