diff --git a/scripts/aoc-lib.rkt b/scripts/aoc-lib.rkt index 27482d6..5e52c4e 100644 --- a/scripts/aoc-lib.rkt +++ b/scripts/aoc-lib.rkt @@ -68,6 +68,7 @@ (aoc-set-complete! day part) 'answer-correct] [(pregexp #px"That's not the right answer") 'answer-incorrect] + [(pregexp #px"You gave an answer too recently") 'rate-limited] [(pregexp #px"Did you already complete it?") (aoc-set-complete! day part) 'already-completed]