From f6b692cb88aebc74eaa81730ff19c86c6b95b500 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Mon, 11 May 2020 14:12:27 -0400 Subject: [PATCH] Tweak bot status command --- code/modules/tgs/v5/chat_commands.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tgs/v5/chat_commands.dm b/code/modules/tgs/v5/chat_commands.dm index bc73602861e..c165e666324 100644 --- a/code/modules/tgs/v5/chat_commands.dm +++ b/code/modules/tgs/v5/chat_commands.dm @@ -4,7 +4,7 @@ admin_only = FALSE /datum/tgs_chat_command/status/Run(datum/tgs_chat_user/sender, params) - return "```Players logged in: [GLOB.clients.len] - Round Duration: [roundduration2text()]```" + return "**Players:** [TGS_CLIENT_COUNT]\n**Round Duration:** [roundduration2text()]\n**Web Manifest:** " /datum/tgs_chat_command/parsetest name = "parsetest"