Fix this send_help mistake

pull/114/head
bobloy 5 years ago
parent ae915b4fff
commit 4f6232fb7d

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

Loading…
Cancel
Save