Class UnsafeSlashCommandFailedWithExceptionEvent
-
- All Implemented Interfaces:
-
com.kotlindiscord.kord.extensions.commands.events.CommandEvent,com.kotlindiscord.kord.extensions.commands.events.CommandFailedEvent,com.kotlindiscord.kord.extensions.commands.events.CommandFailedWithExceptionEvent,com.kotlindiscord.kord.extensions.commands.events.SlashCommandFailedEvent,com.kotlindiscord.kord.extensions.commands.events.SlashCommandFailedWithExceptionEvent,com.kotlindiscord.kord.extensions.events.KordExEvent,com.kotlindiscord.kord.extensions.koin.KordExKoinComponent,dev.kord.core.KordObject,dev.kord.core.event.Event,org.koin.core.component.KoinComponent
public final class UnsafeSlashCommandFailedWithExceptionEvent implements SlashCommandFailedWithExceptionEvent<UnsafeSlashCommand<?, ?>>
Event emitted when an unsafe slash command invocation fails with an exception.
-
-
Field Summary
Fields Modifier and Type Field Description private final UnsafeSlashCommand<?, ?>commandprivate final ChatInputCommandInteractionCreateEventeventprivate final Throwablethrowableprivate final Map<String, Object>customContextprivate final Gatewaygatewayprivate final Kordkordprivate final Integershard
-
Constructor Summary
Constructors Constructor Description UnsafeSlashCommandFailedWithExceptionEvent(UnsafeSlashCommand<?, ?> command, ChatInputCommandInteractionCreateEvent event, Throwable throwable)
-
Method Summary
Modifier and Type Method Description UnsafeSlashCommand<?, ?>getCommand()ChatInputCommandInteractionCreateEventgetEvent()ThrowablegetThrowable()-
Methods inherited from class com.kotlindiscord.kord.extensions.events.KordExEvent
getCustomContext, getKord, getShard -
Methods inherited from class dev.kord.core.event.Event
getGateway -
Methods inherited from class com.kotlindiscord.kord.extensions.koin.KordExKoinComponent
getKoin -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UnsafeSlashCommandFailedWithExceptionEvent
UnsafeSlashCommandFailedWithExceptionEvent(UnsafeSlashCommand<?, ?> command, ChatInputCommandInteractionCreateEvent event, Throwable throwable)
-
-
Method Detail
-
getCommand
UnsafeSlashCommand<?, ?> getCommand()
-
getEvent
ChatInputCommandInteractionCreateEvent getEvent()
-
getThrowable
Throwable getThrowable()
-
-
-
-