-
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. -
-
Method Detail
-
setup
final Unit setup(List<Kodein.Module> modules)
Start the bot with the specified additional modules.
-
getCoreModules
final List<Kodein.Module> getCoreModules()
The core modules of the bot.
-
-
-
-