From efc77452214a2657a585e79d271703a7cd2e8fc7 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 15 Jul 2020 01:41:53 +0100 Subject: [PATCH] Removed Blank Space --- cogs/help/info.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/help/info.py b/cogs/help/info.py index 3bec7c6f..e961c7be 100644 --- a/cogs/help/info.py +++ b/cogs/help/info.py @@ -141,7 +141,6 @@ class GetInfo(commands.Cog): ("Created", ctx.guild.created_at.strftime("%a, %b %d, %Y\n%I:%M:%S %p"), False), ("Region", str(ctx.guild.region).upper(), False), ("Statuses", f"🟢 {statuses[0]} 🟠 {statuses[1]} 🔴 {statuses[2]} ⚪ {statuses[3]}", False), - ("\u200b", "\u200b", False), ("Members", len(ctx.guild.members), True), ("Humans", len(list(filter(lambda m: not m.bot, ctx.guild.members))), True), ("Bots", len(list(filter(lambda m: m.bot, ctx.guild.members))), True),