change administator twitch name

This commit is contained in:
lyx0 2022-02-19 05:40:19 +01:00
parent 6542c30989
commit 599d7b3d34
2 changed files with 3 additions and 3 deletions

View file

@ -55,10 +55,10 @@ func main() {
db.InitialJoin(nb)
} else if *runMode == "dev" {
log.Info("[DEV]: Joining nouryxd and nourybot.")
log.Info("[DEV]: Joining whereismymnd and nourybot.")
// Development, only join my two channels
nb.TwitchClient.Join("nouryxd", "nourybot")
nb.TwitchClient.Join("whereismymnd", "nourybot")
nb.Send("nourybot", "[DEV] Badabing Badaboom Pepepains")
}

View file

@ -33,5 +33,5 @@ func ListChannel(nb *bot.Bot) {
channelList += ch.Name + " "
}
nb.TwitchClient.Whisper("nouryxd", channelList)
nb.TwitchClient.Whisper("whereismymnd", channelList)
}