feat: add more usernames

This commit is contained in:
ktyl 2024-07-13 01:45:17 +01:00
parent 29cd6cbd41
commit 1bf1395ef6
1 changed files with 8 additions and 1 deletions

View File

@ -27,7 +27,14 @@ function getUsername() {
const usernames = [
"xXPu55y5l4y3r69Xx",
"Keef Farmer",
"Alan"
"Alan",
"mongle boy",
"girlthing",
"doggle poggle",
"catlicker",
"350 million for the nhs",
"thoughts were a mistake",
"410,757,864,530 FRIENDS MADE"
];
const r = Math.floor(Math.random() * usernames.length);