feat: add more usernames
This commit is contained in:
parent
29cd6cbd41
commit
1bf1395ef6
9
main.js
9
main.js
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue