BotCommands
Toggle table of contents
3.0.0-beta.8
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.core.config
/
BServiceConfig
BService
Config
@
InjectedService
interface
BServiceConfig
:
IConfig
,
BServiceConfigProps
(
source
)
Members
Properties
config
Type
Link copied to clipboard
open
override
val
configType
:
Class
<
BServiceConfig
>
debug
Link copied to clipboard
abstract
val
debug
:
Boolean
Enables debugging of service loading.
service
Suppliers
Link copied to clipboard
abstract
val
serviceSuppliers
:
Map
<
KClass
<
*
>
,
ServiceSupplier
<
*
>
>