Fix this send_help mistake
This commit is contained in:
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…
x
Reference in New Issue
Block a user