diff --git a/command.go b/command.go index 776fc22..b35727c 100644 --- a/command.go +++ b/command.go @@ -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