Package 

Object BotIoc


  • 
    public class BotIoc
    
                        

    Bot module configuration.

    • Method Summary

      Modifier and Type Method Description
      final Unit setup(Kodein.Module modules) Start the bot with the specified additional modules.
      final Unit setup(List<Kodein.Module> modules) Start the bot with the specified additional modules.
      final List<Kodein.Module> getCoreModules() The core modules of the bot.
      • Methods inherited from class ai.tock.bot.BotIoc

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setup

         final Unit setup(Kodein.Module modules)

        Start the bot with the specified additional modules.

      • setup

         final Unit setup(List<Kodein.Module> modules)

        Start the bot with the specified additional modules.