module Botkit

Constants

VERSION

Public Class Methods

run(bot, **kwargs) click to toggle source
# File lib/botkit.rb, line 12
def self.run(bot, **kwargs)
  Runner.new(bot, **kwargs).call
end