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.core.config
/
BEventManagerConfigBuilder
BEvent
Manager
Config
Builder
class
BEventManagerConfigBuilder
:
BEventManagerConfig
(
source
)
Members
Properties
default
Timeout
Link copied to clipboard
open
override
var
defaultTimeout
:
Duration
?
The time applied to all event listeners by default before their coroutine is cancelled.
Functions
get
Default
Timeout
Link copied to clipboard
open
fun
getDefaultTimeout
(
)
:
Duration
?
The time applied to all event listeners by default before their coroutine is cancelled.
set
Default
Timeout
Link copied to clipboard
fun
setDefaultTimeout
(
timeout
:
Duration
?
)
The time applied to all event listeners by default before their coroutine is cancelled.