Compare commits

...
2 Commits
Author SHA1 Message Date
Dustin Pianalto 5258cf33a7 Test statis update 2021-08-05 22:46:32 -08:00
Dustin Pianalto f70fa91b00 Test status update 2021-08-05 22:40:25 -08:00
+3 -1
View File
@@ -1,10 +1,11 @@
package disgoman
import (
"github.com/bwmarrin/discordgo"
"log"
"math/rand"
"time"
"github.com/bwmarrin/discordgo"
)
/* status-manager.go:
@@ -42,6 +43,7 @@ func (s *StatusManager) UpdateStatus(session *discordgo.Session) error {
AFK: false,
}
err := session.UpdateStatusComplex(usd)
log.Println(err)
return err
}