public class BotIoc
Bot module configuration.
| Modifier and Type | Field and Description |
|---|---|
static BotIoc |
INSTANCE
Bot module configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.github.salomonbrys.kodein.Kodein.Module> |
getCoreModules()
The core modules of the bot.
|
void |
setup(com.github.salomonbrys.kodein.Kodein.Module modules)
Start the bot with the specified additional modules.
|
void |
setup(java.util.List<com.github.salomonbrys.kodein.Kodein.Module> modules)
Start the bot with the specified additional modules.
|
public static BotIoc INSTANCE
Bot module configuration.
public java.util.List<com.github.salomonbrys.kodein.Kodein.Module> getCoreModules()
The core modules of the bot.
public void setup(com.github.salomonbrys.kodein.Kodein.Module modules)
Start the bot with the specified additional modules.
public void setup(java.util.List<com.github.salomonbrys.kodein.Kodein.Module> modules)
Start the bot with the specified additional modules.