Class: StallmanBot::Commands::Start

Inherits:
Base
  • Object
show all
Defined in:
lib/stallman_bot/commands/start.rb

Class Method Summary collapse

Class Method Details

.run(bot, id, _listening = nil) ⇒ Object



6
7
8
9
# 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