mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -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
|
||||
: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
|
||||
********************
|
||||
|
||||
@ -210,7 +210,7 @@ class Economy:
|
||||
if confirmation is False:
|
||||
await ctx.send(
|
||||
_("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",
|
||||
ctx.prefix
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user