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.commands
/
CommandPath
/
of
of
open
fun
of
(
name
:
String
,
@
Nullable
group
:
@
Nullable
String
,
@
Nullable
subname
:
@
Nullable
String
)
:
CommandPath
(
source
)
open
fun
of
(
name
:
String
,
@
Nullable
subname
:
@
Nullable
String
)
:
CommandPath
(
source
)
open
fun
of
(
path
:
String
)
:
CommandPath
(
source
)
open
fun
of
(
components
:
Array
<
String
>
)
:
CommandPath
(
source
)
open
fun
of
(
components
:
List
<
String
>
)
:
CommandPath
(
source
)