build(gokord): upgrade to v0.6.1

This commit is contained in:
Anhgelus Morhtuuzh 2025-03-10 21:28:41 +01:00
parent 8e157f56d6
commit 48c9f5ae80
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5
4 changed files with 24 additions and 10 deletions

View file

@ -185,7 +185,7 @@ func afterInit(dg *discordgo.Session) {
// reduce time for debug
d = time.Minute
}
utils.NewTimer(d, func(stop chan struct{}) {
utils.NewTimer(d, func(stop chan<- interface{}) {
xp.PeriodicReducer(dg)
})
}