mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
change administator twitch name
This commit is contained in:
parent
6542c30989
commit
599d7b3d34
2 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
@ -33,5 +33,5 @@ func ListChannel(nb *bot.Bot) {
|
|||
channelList += ch.Name + " "
|
||||
}
|
||||
|
||||
nb.TwitchClient.Whisper("nouryxd", channelList)
|
||||
nb.TwitchClient.Whisper("whereismymnd", channelList)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue