From 6aeb64be755ad952a663804c4592ac1e2ae5889d Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 4 Jun 2025 16:23:21 -0400 Subject: [PATCH] timeout fix - timeouts were not being updated --- bolt.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bolt.go b/bolt.go index 6826019..fb5ba72 100644 --- a/bolt.go +++ b/bolt.go @@ -153,6 +153,7 @@ func (b *bolt) messageHandler(s *dg.Session, msg *dg.MessageCreate) { //update run time run.LastRun = time.Now() + b.Commands[run.Trigger] = run } }