From 666f9b991246c2da46554725c688ab27c3bb26b0 Mon Sep 17 00:00:00 2001 From: TheEssem Date: Tue, 11 May 2021 12:13:33 -0500 Subject: [PATCH] Clarify restart message --- shard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.js b/shard.js index 3e4443b..d3f2f52 100644 --- a/shard.js +++ b/shard.js @@ -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); });