Class: Ruboty::Gekiron::Actions::Topic

Inherits:
Actions::Base
  • Object
show all
Defined in:
lib/ruboty/gekiron/actions/topic.rb

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
11
12
# File 'lib/ruboty/gekiron/actions/topic.rb', line 8

def call
  message.reply(gekiron_topic)
rescue => e
  message.reply(e.message)
end