Sha256: 432060acf7858141de700cb240447cf7ac9cff6117036a356224581d6299f81d
Contents?: true
Size: 310 Bytes
Versions: 1
Compression:
Stored size: 310 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruboty-rin_chan-0.1.0 | lib/ruboty/handlers/rin_chan.rb |