This commit is contained in:
Cynthia Foxwell 2025-07-25 12:39:52 -06:00
parent bee6e86bb9
commit f78e7d39ae
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -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();