mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Update economy.py (#954)
* Update economy.py * Update README.md Add crowdin badge to readme
This commit is contained in:
parent
09b3642559
commit
2ab910e3e9
@ -6,6 +6,10 @@
|
|||||||
:target: http://makeapullrequest.com
|
:target: http://makeapullrequest.com
|
||||||
:alt: PRs Welcome
|
:alt: PRs Welcome
|
||||||
|
|
||||||
|
.. image:: https://d322cqt584bo4o.cloudfront.net/red-discordbot/localized.svg
|
||||||
|
:target: https://crowdin.com/project/red-discordbot
|
||||||
|
:alt: Crowdin
|
||||||
|
|
||||||
********************
|
********************
|
||||||
Red - Discord Bot v3
|
Red - Discord Bot v3
|
||||||
********************
|
********************
|
||||||
|
|||||||
@ -210,7 +210,7 @@ class Economy:
|
|||||||
if confirmation is False:
|
if confirmation is False:
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
_("This will delete all bank accounts for {}.\nIf you're sure, type "
|
_("This will delete all bank accounts for {}.\nIf you're sure, type "
|
||||||
"{}bank reset yes").format(
|
"`{}bank reset yes`").format(
|
||||||
self.bot.user.name if await bank.is_global() else "this guild",
|
self.bot.user.name if await bank.is_global() else "this guild",
|
||||||
ctx.prefix
|
ctx.prefix
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user