BotCommands
Toggle table of contents
3.0.0-beta.3
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.commands.text.builder
Package-level
declarations
Types
Functions
Types
Text
Command
Builder
Link copied to clipboard
interface
TextCommandBuilder
:
CommandBuilder
Text
Command
Variation
Builder
Link copied to clipboard
interface
TextCommandVariationBuilder
:
IDeclarationSiteHolderBuilder
,
TextOptionRegistry
Text
Subcommand
Builder
Link copied to clipboard
interface
TextSubcommandBuilder
:
TextCommandBuilder
Top
Level
Text
Command
Builder
Link copied to clipboard
interface
TopLevelTextCommandBuilder
:
TextCommandBuilder
Functions
filter
Link copied to clipboard
inline
fun
<
T
:
TextCommandFilter
>
TextCommandVariationBuilder
.
filter
(
)
:
T
Convenience extension to load an
TextCommandFilter
service.