Fix docstrings

ww_develop
bobloy 4 years ago
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…
Cancel
Save