require "ruboty/rin_chan/actions/rin_chan" module Ruboty module Handlers class RinChan < Base on /rin chan rin_chan/, name: 'rin_chan', description: 'TODO: write your description' def rin_chan(message) Ruboty::RinChan::Actions::RinChan.new(message).call end end end end