This commit is contained in:
Twentysix 2016-04-16 22:40:21 +02:00
parent a351f2fc2a
commit 614c799979

View File

@ -57,7 +57,7 @@ class Economy:
if self.account_check(user.id): if self.account_check(user.id):
await self.bot.say("{} Your balance is: {}".format(user.mention, str(self.check_balance(user.id)))) await self.bot.say("{} Your balance is: {}".format(user.mention, str(self.check_balance(user.id))))
else: else:
await self.bot.say("{} You don't have an account at the Twentysix bank. Type !register to open one.".format(user.mention, str(self.check_balance(user.id)))) await self.bot.say("{} You don't have an account at the Twentysix bank. Type {}bank register to open one.".format(user.mention, ctx.prefix))
else: else:
if self.account_check(user.id): if self.account_check(user.id):
balance = self.check_balance(user.id) balance = self.check_balance(user.id)