object BotIoc (source)
Bot module configuration.
coreModules |
The core modules of the bot. val coreModules: List<Module> |
setup |
Start the bot with the specified additional modules. fun setup(vararg modules: Module): Unitfun setup(modules: List<Module>): Unit |