From f9878fa7a6b5a9fc8cfaabe97d5be58cd4a01fbe Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 25 Jul 2025 12:31:33 -0600 Subject: [PATCH] process title --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 9e85c14..d3a4b31 100644 --- a/src/index.js +++ b/src/index.js @@ -252,4 +252,6 @@ instead("spawn", bot.shards, function (args, orig) { return ret; }); +process.title = `HiddenPhox (${__filename})`; + bot.connect();