class Ruboty::Yasy::Actions::HeyOmachi

Public Instance Methods

call() click to toggle source
# File lib/ruboty/yasy/actions/hey_omachi.rb, line 5
def call
  message.reply(Ruboty::Yasy::Sushi.new(message[:emotion]))
end