fix
This commit is contained in:
parent
f9878fa7a6
commit
bee6e86bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue