Class UnsafeUserCommandSucceededEvent
-
- All Implemented Interfaces:
-
com.kotlindiscord.kord.extensions.commands.events.CommandEvent,com.kotlindiscord.kord.extensions.commands.events.CommandSucceededEvent,com.kotlindiscord.kord.extensions.commands.events.UserCommandSucceededEvent,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 UnsafeUserCommandSucceededEvent implements UserCommandSucceededEvent<UnsafeUserCommand<?>>
Event emitted when an unsafe user command invocation succeeds.
-
-
Constructor Summary
Constructors Constructor Description UnsafeUserCommandSucceededEvent(UnsafeUserCommand<?> command, UserCommandInteractionCreateEvent event)
-
Method Summary
Modifier and Type Method Description UnsafeUserCommand<?>getCommand()UserCommandInteractionCreateEventgetEvent()-
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
-
UnsafeUserCommandSucceededEvent
UnsafeUserCommandSucceededEvent(UnsafeUserCommand<?> command, UserCommandInteractionCreateEvent event)
-
-
Method Detail
-
getCommand
UnsafeUserCommand<?> getCommand()
-
getEvent
UserCommandInteractionCreateEvent getEvent()
-
-
-
-