class Twitch::Bot::SlowModeParser

Public Instance Methods

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