Fix this send_help mistake

This commit is contained in:
bobloy 2020-08-06 13:39:51 -04:00
parent ae915b4fff
commit 4f6232fb7d

View File

@ -29,7 +29,7 @@ class CCRole(commands.Cog):
Highly customizable custom commands with role management."""
if not ctx.invoked_subcommand:
await ctx.send_help()
pass
@ccrole.command(name="add")
@checks.mod_or_permissions(administrator=True)