From 9c4c6b882e4811f6d91b2dda014f147cb87732a1 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 4 Jun 2025 16:15:56 -0400 Subject: [PATCH] comment fix --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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