Fix to !help failing in DM

This commit is contained in:
Twentysix
2016-02-29 18:06:56 +01:00
parent 58e0b6d46a
commit a58aebe218
3 changed files with 11 additions and 6 deletions

View File

@@ -380,6 +380,7 @@ class Mod:
@commands.group(no_pm=True, pass_context=True)
@checks.admin_or_permissions(manage_roles=True)
async def editrole(self, ctx):
"""Edits roles settings"""
if ctx.invoked_subcommand is None:
await send_cmd_help(ctx)