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

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