aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-10 21:28:41 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-10 21:28:41 +0100
commit48c9f5ae80b9ec765a9bf5f1096d7158bcfa74ef (patch)
tree72433539887a32198641fe5f72f0642cf896bd94 /main.go
parent8e157f56d600fc11b2204f7033e56db7017d5574 (diff)
build(gokord): upgrade to v0.6.1
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 4588f3b..b019b7c 100644
--- a/main.go
+++ b/main.go
@@ -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)
})
}