This commit is contained in:
cws 2017-01-05 09:49:27 -05:00
parent ef0afc2ee0
commit 7a3646049c
3 changed files with 3 additions and 4 deletions

View File

@ -160,7 +160,6 @@ func (p *TwitchPlugin) checkTwitch(channel string, twitcher *Twitcher, alwaysPri
} }
} }
// func (p *TwitchPlugin) getTwitchStreams(channel string) bool { // func (p *TwitchPlugin) getTwitchStreams(channel string) bool {
// token := p.Bot.config.Twitch.Token // token := p.Bot.config.Twitch.Token
// if token == "" || token == "<Your Token>" { // if token == "" || token == "<Your Token>" {