mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Fix to !help failing in DM
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user