diff options
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) }) } |
