Class: Twitch::Bot::SubsOnlyModeParser
- Inherits:
-
CommandParser
- Object
- CommandParser
- Twitch::Bot::SubsOnlyModeParser
- Defined in:
- lib/twitch/bot/message_parser.rb
Instance Attribute Summary
Attributes inherited from CommandParser
Instance Method Summary collapse
Methods inherited from CommandParser
Constructor Details
This class inherits a constructor from Twitch::Bot::CommandParser
Instance Method Details
#call ⇒ Object
138 139 140 141 142 143 |
# File 'lib/twitch/bot/message_parser.rb', line 138 def call Message::SubsOnlyMode.new( status: .["subs-only"], channel: .channel, ) end |