[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)
This commit is contained in:
ASSASSIN0831 2018-10-07 16:39:30 -04:00 committed by Toby Harradine
parent fd0abc250d
commit ee7e8aa782

View File

@ -268,7 +268,7 @@ class Economy(commands.Cog):
await ctx.send( await ctx.send(
_( _(
"{author.mention} Here, take some {currency}. " "{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 currently have {new_balance} {currency}.\n\n"
"You are currently #{pos} on the global leaderboard!" "You are currently #{pos} on the global leaderboard!"
).format( ).format(