toggle menu
kord-extensions
2.4.1-SNAPSHOT
jvm
switch theme
search in API
kord-extensions
/
dev.kordex.core.commands.application
/
DefaultApplicationCommandRegistry
/
register
register
open
suspend override
fun
register
(
command
:
MessageCommand
<
*
,
*
>
)
:
MessageCommand
<
*
,
*
>
?
Register a message command.
open
suspend override
fun
register
(
command
:
SlashCommand
<
*
,
*
,
*
>
)
:
SlashCommand
<
*
,
*
,
*
>
?
Register a slash command.
open
suspend override
fun
register
(
command
:
UserCommand
<
*
,
*
>
)
:
UserCommand
<
*
,
*
>
?
Register a user command.