Class: BotStarterCli

Inherits:
Thor
  • Object
show all
Defined in:
lib/slackbot_frd/initializer/bot_starter_cli.rb

Instance Method Summary collapse

Instance Method Details

#start(*bots) ⇒ Object



6
7
8
# File 'lib/slackbot_frd/initializer/bot_starter_cli.rb', line 6

def start(*bots)
  BotStarter.start_bots(options[:token], options[:botdir], bots)
end