From 2ab910e3e91fb00c0dced80e331d14ba26c8288b Mon Sep 17 00:00:00 2001 From: Jori van Ee Date: Sat, 28 Oct 2017 02:15:16 +0200 Subject: [PATCH] Update economy.py (#954) * Update economy.py * Update README.md Add crowdin badge to readme --- README.rst | 4 ++++ redbot/cogs/economy/economy.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index de3f04f1c..89d397dbb 100644 --- a/README.rst +++ b/README.rst @@ -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 ******************** diff --git a/redbot/cogs/economy/economy.py b/redbot/cogs/economy/economy.py index 5481c9dfa..cfc3acb7a 100644 --- a/redbot/cogs/economy/economy.py +++ b/redbot/cogs/economy/economy.py @@ -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 )