BotCommands
Toggle table of contents
3.0.0-beta.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.core
/
GlobalExceptionHandlerAdapter
/
handle
handle
open
fun
handle
(
@
Nullable
event
:
@
Nullable
Event
,
throwable
:
Throwable
)
(
source
)
open
fun
handle
(
event
:
MessageReceivedEvent
,
throwable
:
Throwable
)
(
source
)
open
fun
handle
(
event
:
SlashCommandInteractionEvent
,
throwable
:
Throwable
)
(
source
)
open
fun
handle
(
event
:
MessageContextInteractionEvent
,
throwable
:
Throwable
)
(
source
)
open
fun
handle
(
event
:
UserContextInteractionEvent
,
throwable
:
Throwable
)
(
source
)
open
fun
handle
(
event
:
ModalInteractionEvent
,
throwable
:
Throwable
)
(
source
)
open
fun
handle
(
event
:
ButtonInteractionEvent
,
throwable
:
Throwable
)
(
source
)
open
fun
handle
(
event
:
StringSelectInteractionEvent
,
throwable
:
Throwable
)
(
source
)
open
fun
handle
(
event
:
EntitySelectInteractionEvent
,
throwable
:
Throwable
)
(
source
)