This commit is contained in:
Cynthia Foxwell 2025-07-25 12:34:19 -06:00
parent f9878fa7a6
commit bee6e86bb9
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 (${__filename})`;
process.title = `HiddenPhox (${process.argv0} ${process.argv[1]})`;
bot.connect();