This commit is contained in:
Twentysix 2016-02-11 14:15:27 +01:00
parent 47d683fd2f
commit 885139cb9f

View File

@ -37,7 +37,7 @@ class Economy:
if ctx.invoked_subcommand is None: if ctx.invoked_subcommand is None:
await self.bot.say("Type help bank for info.") await self.bot.say("Type help bank for info.")
@_bank.command(pass_context=True) @_bank.command(pass_context=True, no_pm=True)
async def register(self, ctx): async def register(self, ctx):
"""Registers an account at the Twentysix bank""" """Registers an account at the Twentysix bank"""
user = ctx.message.author user = ctx.message.author