Fix docstrings
This commit is contained in:
parent
0e034d83ef
commit
ee8f6bbf57
@ -53,9 +53,7 @@ class Flag(Cog):
|
|||||||
@commands.group()
|
@commands.group()
|
||||||
async def flagset(self, ctx: commands.Context):
|
async def flagset(self, ctx: commands.Context):
|
||||||
"""
|
"""
|
||||||
My custom cog
|
Commands for managing Flag settings
|
||||||
|
|
||||||
Extra information goes here
|
|
||||||
"""
|
"""
|
||||||
if ctx.invoked_subcommand is None:
|
if ctx.invoked_subcommand is None:
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user