From 48c9f5ae80b9ec765a9bf5f1096d7158bcfa74ef Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 10 Mar 2025 21:28:41 +0100 Subject: build(gokord): upgrade to v0.6.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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) }) } -- cgit v1.2.3