Test status update
This commit is contained in:
+3
-1
@@ -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.Error())
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user