setting run time fix

This commit is contained in:
jake 2025-06-04 16:07:09 -04:00
parent a9f97056f6
commit 7b6571ecdb

View File

@ -142,6 +142,9 @@ func (b *bolt) messageHandler(s *dg.Session, msg *dg.MessageCreate) {
return
}
}
//update run time
run.LastRun = time.Now()
}
}