From fe7f1f8b4335709e4e42f8ddb22d06ea74f493fd Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Sat, 12 Mar 2022 17:14:18 +0200 Subject: [PATCH] floor result of serverStartedAt epoch --- scripts/minecraft.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/minecraft.js b/scripts/minecraft.js index 4f66252..ac73941 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 );