comment fix
This commit is contained in:
parent
217afeab71
commit
9c4c6b882e
@ -3,7 +3,7 @@ package bolt
|
|||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
type Command struct {
|
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
|
Payload Payload //payload function to run when a command is detected
|
||||||
Timeout time.Duration //the amount of time before command can run again
|
Timeout time.Duration //the amount of time before command can run again
|
||||||
LastRun time.Time //timestamp of last command run
|
LastRun time.Time //timestamp of last command run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user