From 9061b7f7ebbaae2f7dd21065ba6164fd8a2f752d Mon Sep 17 00:00:00 2001 From: George Sofroniou <66422818+GeorgeSofroniouCy@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:53:29 +0100 Subject: [PATCH] Fix extra space in /ball give I believe this is the root of the extra space, not the actual command in balls cog. --- ballsdex/core/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballsdex/core/models.py b/ballsdex/core/models.py index 4f8dfc31..aa60adcf 100755 --- a/ballsdex/core/models.py +++ b/ballsdex/core/models.py @@ -251,7 +251,7 @@ def to_string(self, bot: discord.Client | None = None, is_trade: bool = False) - if isinstance(self.countryball, Ball) else f"" ) - return f"{emotes}#{self.pk:0X} {country} " + return f"{emotes}#{self.pk:0X} {country}" def special_emoji(self, bot: discord.Client | None, use_custom_emoji: bool = True) -> str: if self.specialcard: