Test statis update

This commit is contained in:
Dustin Pianalto 2021-08-05 22:46:32 -08:00
parent f70fa91b00
commit 5258cf33a7

View File

@ -43,7 +43,7 @@ func (s *StatusManager) UpdateStatus(session *discordgo.Session) error {
AFK: false, AFK: false,
} }
err := session.UpdateStatusComplex(usd) err := session.UpdateStatusComplex(usd)
log.Println(err.Error()) log.Println(err)
return err return err
} }