diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 21:28:41 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 21:28:41 +0100 |
| commit | 48c9f5ae80b9ec765a9bf5f1096d7158bcfa74ef (patch) | |
| tree | 72433539887a32198641fe5f72f0642cf896bd94 /main.go | |
| parent | 8e157f56d600fc11b2204f7033e56db7017d5574 (diff) | |
build(gokord): upgrade to v0.6.1
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) }) } |
