class Twitch::Bot::R9kModeParser

Public Instance Methods

call() click to toggle source
# File lib/twitch/bot/message_parser.rb, line 147
def call
  Message::R9kMode.new(
    status: message.tags["r9k"],
    channel: message.channel,
  )
end