diff --git a/redbot/cogs/economy/economy.py b/redbot/cogs/economy/economy.py index e3138d454..4f5299649 100644 --- a/redbot/cogs/economy/economy.py +++ b/redbot/cogs/economy/economy.py @@ -265,7 +265,7 @@ class Economy(commands.Cog): await bank.set_balance(author, exc.max_balance) await ctx.send( _( - "You've reached the maximum amount of {currency}! (**{balance:,}**) " + "You've reached the maximum amount of {currency}!" "Please spend some more \N{GRIMACING FACE}\n\n" "You currently have {new_balance} {currency}." ).format(currency=credits_name, new_balance=exc.max_balance)