class TwitchBot

Defined in:

twitch_bot.cr

Constant Summary

VERSION = "0.1.0"

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(twitch_client : Twitch::Client, channel_username : String) #

[View source]

Class Method Detail

def self.active_servers #

[View source]
def self.wait_for_servers_to_disconnect #

[View source]

Instance Method Detail

def channel : String #

[View source]
def channel_user : Twitch::User #

[View source]
def channel_username : String #

[View source]
def connected? : Bool #

[View source]
def finalize #

[View source]
def start #

[View source]
def stop #

[View source]
def twitch_client : Twitch::Client #

[View source]