From f78e7d39ae18b89a549ede39ae0b61f2be529208 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 25 Jul 2025 12:39:52 -0600 Subject: [PATCH] bleh --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index a907b14..9145e52 100644 --- a/src/index.js +++ b/src/index.js @@ -252,6 +252,6 @@ instead("spawn", bot.shards, function (args, orig) { return ret; }); -process.title = `HiddenPhox (${process.argv0} ${process.argv[1]})`; +process.title = `HiddenPhox`; bot.connect();