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 } }