require "ruboty/rin-chan/actions/rin-chan" module Ruboty module Handlers class Rin-chan < Base on /(hello|hi)/i, name: 'rin-chan', description: 'chat with rin' def rin-chan(message) Ruboty::Rin-chan::Actions::Rin-chan.new(message).call end end end end