Class: SlackRubyBot::Bot

Inherits:
Commands::Base show all
Defined in:
lib/slack-ruby-bot/bot.rb

Class Method Summary collapse

Methods inherited from Commands::Base

command, default_command_name, invoke, logger, match, operator, send_gif, send_message, send_message_with_gif

Class Method Details

.runObject



3
4
5
# File 'lib/slack-ruby-bot/bot.rb', line 3

def self.run
  SlackRubyBot::App.instance.run
end