class Twitch::Bot::FollowersOnlyModeParser
Public Instance Methods
call()
click to toggle source
# File lib/twitch/bot/message_parser.rb, line 130 def call Message::FollowersOnlyMode.new( status: message.tags["followers-only"], ) end