diff --git a/pkg/db/initialjoin.go b/pkg/db/initialjoin.go index 6eadb42..f8077e0 100644 --- a/pkg/db/initialjoin.go +++ b/pkg/db/initialjoin.go @@ -42,5 +42,5 @@ func InitialJoin(nb *bot.Bot) { } // It worked nb.Send("nourybot", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount)) - nb.Send("nouryqt", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount)) + nb.Send("nouryxd", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount)) } diff --git a/pkg/db/listchannel.go b/pkg/db/listchannel.go index 1f8c310..4122bdb 100644 --- a/pkg/db/listchannel.go +++ b/pkg/db/listchannel.go @@ -33,5 +33,5 @@ func ListChannel(nb *bot.Bot) { channelList += ch.Name + " " } - nb.TwitchClient.Whisper("nouryqt", channelList) + nb.TwitchClient.Whisper("nouryxd", channelList) } diff --git a/pkg/handlers/command.go b/pkg/handlers/command.go index e7cfe2f..ecb14a7 100644 --- a/pkg/handlers/command.go +++ b/pkg/handlers/command.go @@ -476,7 +476,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { // remember from here on. case "arch": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Arch(target, nb) return } else { @@ -484,7 +484,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "arch2": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.ArchTwo(target, nb) return } else { @@ -492,7 +492,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "farm": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Farm(target, nb) return } else { @@ -500,7 +500,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "justinfan": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Justinfan(target, nb) return } else { @@ -508,7 +508,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "farming": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Farm(target, nb) return } else { @@ -516,7 +516,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "rave": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Rave(target, nb) return } else { @@ -524,7 +524,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "repeat": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Xset(target, nb) return } else { @@ -532,7 +532,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "streamlink": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Streamlink(target, nb) return } else { @@ -540,7 +540,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "streamlinkconfig": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Streamlink(target, nb) return } else { @@ -548,7 +548,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "xset": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Xset(target, nb) return } else { @@ -556,7 +556,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) { } case "zneix": - if target == "nouryqt" || target == "nourybot" { + if target == "nouryxd" || target == "nourybot" { personal.Zneix(target, nb) return } else {