class Twitch::Bot::SubsOnlyModeParser

Public Instance Methods

call() click to toggle source
# File lib/twitch/bot/message_parser.rb, line 138
def call
  Message::SubsOnlyMode.new(
    status: message.tags["subs-only"],
    channel: message.channel,
  )
end