From ee8f6bbf5726dc2f545a2c2c59a754b205099ba4 Mon Sep 17 00:00:00 2001 From: bobloy Date: Fri, 19 Feb 2021 11:07:34 -0500 Subject: [PATCH] Fix docstrings --- flag/flag.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flag/flag.py b/flag/flag.py index 6216f65..10f0334 100644 --- a/flag/flag.py +++ b/flag/flag.py @@ -53,9 +53,7 @@ class Flag(Cog): @commands.group() async def flagset(self, ctx: commands.Context): """ - My custom cog - - Extra information goes here + Commands for managing Flag settings """ if ctx.invoked_subcommand is None: pass