Update status removed

This commit is contained in:
Daniel Aberger
2017-01-05 23:42:15 +01:00
parent 3873b1c812
commit 204d95c775
-1
View File
@@ -457,7 +457,6 @@ func playSound(play *Play, vc *discordgo.VoiceConnection) (err error) {
func onReady(s *discordgo.Session, event *discordgo.Ready) { func onReady(s *discordgo.Session, event *discordgo.Ready) {
log.Info("Recieved READY payload") log.Info("Recieved READY payload")
s.UpdateStatus(0, "airhornbot.com")
} }
func onGuildCreate(s *discordgo.Session, event *discordgo.GuildCreate) { func onGuildCreate(s *discordgo.Session, event *discordgo.GuildCreate) {