tock / ai.tock.bot / BotIoc

BotIoc

object BotIoc (source)

Bot module configuration.

Properties

coreModules

The core modules of the bot.

val coreModules: List<Module>

Functions

setup

Start the bot with the specified additional modules.

fun setup(vararg modules: Module): Unit
fun setup(modules: List<Module>): Unit