mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 12:18:54 -05:00
Typo
This commit is contained in:
parent
47d683fd2f
commit
885139cb9f
@ -37,7 +37,7 @@ class Economy:
|
||||
if ctx.invoked_subcommand is None:
|
||||
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):
|
||||
"""Registers an account at the Twentysix bank"""
|
||||
user = ctx.message.author
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user