only announce starting message to the bots own channel

This commit is contained in:
lyx0 2021-12-13 19:26:25 +01:00
parent 01968697f6
commit 1919c3eb3c

View file

@ -42,5 +42,4 @@ func InitialJoin(nb *bot.Bot) {
} }
// It worked // It worked
nb.Send("nourybot", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount)) nb.Send("nourybot", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount))
nb.Send("nouryxd", fmt.Sprintf("Badabing Badaboom Pepepains Joined %v channel", channelCount))
} }