From 1bf1395ef60869423c3aecbf806db309c9e13345 Mon Sep 17 00:00:00 2001 From: ktyl Date: Sat, 13 Jul 2024 01:45:17 +0100 Subject: [PATCH] feat: add more usernames --- main.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index bf04926..6514297 100644 --- a/main.js +++ b/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);