mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
[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:
parent
fd0abc250d
commit
ee7e8aa782
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user