Clarify restart message

This commit is contained in:
TheEssem 2021-05-11 12:13:33 -05:00
parent d5c7b38b57
commit 666f9b9912
No known key found for this signature in database
GPG Key ID: A3F9F02129092FCA
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ connected_workers ${image.connections.length}
this.ipc.register("restart", async () => {
await this.bot.editStatus("dnd", {
name: "Restarting/shutting down..."
name: "esmBot is restarting, please stand by."
});
process.exit(1);
});