Package ai.tock.bot
Object BotIoc
-
- All Implemented Interfaces:
public class BotIocBot module configuration.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Kodein.Module>coreModulespublic final static BotIocINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitsetup(Kodein.Module modules)Start the bot with the specified additional modules. final Unitsetup(List<Kodein.Module> modules)Start the bot with the specified additional modules. final List<Kodein.Module>getCoreModules()The core modules of the bot.
-