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: