class Ruboty::Yasy::Actions::List

Public Instance Methods

call() click to toggle source
# File lib/ruboty/yasy/actions/list.rb, line 5
def call
  message.reply(Ruboty::Yasy::Sushi.emotions.join($/))
end