process title

This commit is contained in:
Cynthia Foxwell 2025-07-25 12:31:33 -06:00
parent 43daa299b1
commit f9878fa7a6
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -252,4 +252,6 @@ instead("spawn", bot.shards, function (args, orig) {
return ret;
});
process.title = `HiddenPhox (${__filename})`;
bot.connect();