comment fix

This commit is contained in:
jake 2025-06-04 16:15:56 -04:00
parent 217afeab71
commit 9c4c6b882e

View File

@ -3,7 +3,7 @@ package bolt
import "time"
type Command struct {
Trigger string //.command that triggers payload NOT including the '.'
Trigger string //.command that triggers payload INCLUDING the '.'
Payload Payload //payload function to run when a command is detected
Timeout time.Duration //the amount of time before command can run again
LastRun time.Time //timestamp of last command run