Clarify restart message
This commit is contained in:
parent
d5c7b38b57
commit
666f9b9912
1 changed files with 1 additions and 1 deletions
2
shard.js
2
shard.js
|
@ -140,7 +140,7 @@ connected_workers ${image.connections.length}
|
||||||
|
|
||||||
this.ipc.register("restart", async () => {
|
this.ipc.register("restart", async () => {
|
||||||
await this.bot.editStatus("dnd", {
|
await this.bot.editStatus("dnd", {
|
||||||
name: "Restarting/shutting down..."
|
name: "esmBot is restarting, please stand by."
|
||||||
});
|
});
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue