From 295ec32fa204d35e870c5ea089c443cc6bda1cfe Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 5 Nov 2020 14:55:38 -0500 Subject: [PATCH] Docstring --- cogguide/cogguide.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogguide/cogguide.py b/cogguide/cogguide.py index 88fe791..9a7e476 100644 --- a/cogguide/cogguide.py +++ b/cogguide/cogguide.py @@ -94,7 +94,7 @@ class CogGuide(commands.Cog): @commands.command() async def allcogguides(self, ctx: commands.Context): """ - Create a template ReStructuredText file for all loaded cogs. + Create a ReStructuredText file for all loaded cogs. Results can be found in the cog data folder. @@ -109,7 +109,7 @@ class CogGuide(commands.Cog): @commands.command() async def cogguide(self, ctx: commands.Context, camel_cog_name: str): """ - Create a template ReStructuredText file for a given loaded cog. + Create a ReStructuredText file for a given loaded cog. Result can be found in the cog data folder.