Skip to content

Commit

Permalink
More idle message tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Jun 14, 2024
1 parent 869bfc0 commit 1401e64
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,16 @@ const IDLE_MESSAGES_BY_LENGTH: Record<number, MessageDelayMs[]> = {
['OPEN SOURCE ', 8000],
[' @SCOTTBEZ1', 12000],
[' ', 4000],
['COFFEE $3.49', 8000],
[' 999996 SUBS', 5000],
[' 999997 SUBS', 100],
[' 999998 SUBS', 600],
[' 999999 SUBS', 4000],
['1000000 SUBS', 8000],
[' ', 4000],
['COFFEE $3.49', 7000],
['g BUILD PASS', 7000],
['r TEST FAIL', 7000],
[' ', 4000],
['COME TRY ME!', 2 * 60 * 1000],
],
}
Expand Down

0 comments on commit 1401e64

Please sign in to comment.