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