public class BotIoc
Bot module configuration.
public static BotIoc INSTANCE
Bot module configuration.
@NotNull public java.util.List<com.github.salomonbrys.kodein.Kodein.Module> getCoreModules()
The core modules of the bot.
public void setup(@NotNull
com.github.salomonbrys.kodein.Kodein.Module... modules)
Start the bot with the specified additional modules.
modules