From 39bfae7bc212f36688b2ebfb688c7eeea7ae4f0c Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Sat, 12 Mar 2022 17:11:59 +0200 Subject: [PATCH] fix "server started at" metric in the mc-status command --- scripts/minecraft.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/minecraft.js b/scripts/minecraft.js index e99f85d..4f66252 100644 --- a/scripts/minecraft.js +++ b/scripts/minecraft.js @@ -176,7 +176,7 @@ class Bridge { } else if (e.message.content === "!:mc-status") { this.sendBridgeMessageAs(TARGET_GUILD_ID, TARGET_CHANNEL_ID, - `:scroll: **Server information**\n**Player Count**: ${this.playerCount}\n**Started**: `, + `:scroll: **Server information**\n**Player Count**: ${this.playerCount}\n**Started**: `, null, null );