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 );