We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c876e0d commit 9138a35Copy full SHA for 9138a35
1 file changed
index.html
@@ -352,7 +352,11 @@ <h2 class="lazy">welcome to auth's RNG!</h2>
352
"why does auth have an RNG is the real question here",
353
"guys.. the earth is not round or flat, ITS A DONUT ITS SO OBVIOUS-",
354
"i used to say saveTransferContainer data-potion when i was mad",
355
- "this message is a randomized... wait what was that grammar what"
+ "this message is a randomized... wait what was that grammar what",
356
+ "it's 'auth's RNG' not 'Auths RNG' please spell it right",
357
+ "dun dun dun bun bun bun",
358
+ "adios",
359
+ "uh huh"
360
];
361
362
const randomIndex = Math.floor(Math.random() * messages.length);
0 commit comments