class StallmanBot::Commands::Start

Public Class Methods

run(bot, id, _listening = nil) click to toggle source
Calls superclass method StallmanBot::Commands::Base::run
# File lib/stallman_bot/commands/start.rb, line 6
def self.run(bot, id, _listening = nil)
  super(bot, id, Locale.t('command.start'))
  true
end