Update economy.py (#954)

* Update economy.py

* Update README.md

Add crowdin badge to readme
This commit is contained in:
Jori van Ee 2017-10-28 02:15:16 +02:00 committed by palmtree5
parent 09b3642559
commit 2ab910e3e9
2 changed files with 5 additions and 1 deletions

View File

@ -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
********************

View File

@ -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
)