Components
The components
builder allows you to change the component registry configuration, by swapping out your own implementation.
ExtensibleBot(TOKEN) {
// ...
components {
registry(::MyComponentRegistrySubclass)
}
}
Builders
Builder | Description |
---|---|
| Register a callable object (usually a constructor) that returns an alternative implementation of the |
Last modified: 20 November 2024