class Twitch::Bot::Client::AuthenticatedHandler

Handle the :authenticated event required for joining our channel.

Public Class Methods

handled_events() click to toggle source
# File lib/twitch/bot/default_handlers.rb, line 24
def self.handled_events
  [:authenticated]
end

Public Instance Methods

call() click to toggle source
# File lib/twitch/bot/default_handlers.rb, line 20
def call
  client.join_default_channel
end