diff --git a/internal/bot/handlers.go b/internal/bot/handlers.go index fb984fe..64c0ebd 100644 --- a/internal/bot/handlers.go +++ b/internal/bot/handlers.go @@ -11,7 +11,7 @@ import ( "worktimeBot/internal/db" ) -const rateLimitInterval = 2 * time.Second +const rateLimitInterval = 1 * time.Second // Handler holds the bot instance, database store, user allowlist, and rate-limit state. type Handler struct {