class Ruboty::Yes::Actions::Yes

Public Instance Methods

call() click to toggle source
# File lib/ruboty/yes/actions/yes.rb, line 5
def call
  body = %w(そうだね そうだよ いいと思う いいね YES! その通り).sample
  message.reply(body, from: message.robot.name)
end