[V3 Economy] Add credits name to payday (#1496)

This commit is contained in:
aikaterna 2018-04-15 16:23:09 -07:00 committed by palmtree5
parent 9f7bf8d1a2
commit 18bb3611fa

View File

@ -243,7 +243,7 @@ class Economy:
pos = await bank.get_leaderboard_position(author) pos = await bank.get_leaderboard_position(author)
await ctx.send(_( await ctx.send(_(
"{0.mention} Here, take some {1}. Enjoy! (+{2}\n\n" "{0.mention} Here, take some {1}. Enjoy! (+{2} {1}!)\n\n"
"You currently have {3} {1}.\n\n" "You currently have {3} {1}.\n\n"
"You are currently #{4} on the leaderboard!" "You are currently #{4} on the leaderboard!"
).format( ).format(
@ -270,7 +270,7 @@ class Economy:
await self.config.member(author).next_payday.set(next_payday) await self.config.member(author).next_payday.set(next_payday)
pos = await bank.get_leaderboard_position(author) pos = await bank.get_leaderboard_position(author)
await ctx.send(_( await ctx.send(_(
"{0.mention} Here, take some {1}. Enjoy! (+{2})\n\n" "{0.mention} Here, take some {1}. Enjoy! (+{2} {1}!)\n\n"
"You currently have {3} {1}.\n\n" "You currently have {3} {1}.\n\n"
"You are currently #{4} on the leaderboard!" "You are currently #{4} on the leaderboard!"
).format( ).format(