From ee7e8aa782d365b001d6635f8f8f356cfe08a0cd Mon Sep 17 00:00:00 2001 From: ASSASSIN0831 Date: Sun, 7 Oct 2018 16:39:30 -0400 Subject: [PATCH] [Economy] Revert change to payday message (#2203) in the updates were for the i18n translation strings the payday command message was accidentally changed to +(amount) (new balance). This changes it back to its original message +(amount) (currency name) --- redbot/cogs/economy/economy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/economy/economy.py b/redbot/cogs/economy/economy.py index 706d2bae9..13edd54cf 100644 --- a/redbot/cogs/economy/economy.py +++ b/redbot/cogs/economy/economy.py @@ -268,7 +268,7 @@ class Economy(commands.Cog): await ctx.send( _( "{author.mention} Here, take some {currency}. " - "Enjoy! (+{amount} {new_balance}!)\n\n" + "Enjoy! (+{amount} {currency}!)\n\n" "You currently have {new_balance} {currency}.\n\n" "You are currently #{pos} on the global leaderboard!" ).format(