From b952356c4227dc719baeda09f98a1ae721e8ac36 Mon Sep 17 00:00:00 2001 From: Vivaan Parashar Date: Thu, 13 May 2021 23:46:43 +0530 Subject: change docstring --- bot/exts/evergreen/stackoverflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/evergreen/stackoverflow.py') diff --git a/bot/exts/evergreen/stackoverflow.py b/bot/exts/evergreen/stackoverflow.py index d77c131c..b85a0c97 100644 --- a/bot/exts/evergreen/stackoverflow.py +++ b/bot/exts/evergreen/stackoverflow.py @@ -23,7 +23,7 @@ ERR_EMBED = Embed( class Stackoverflow(commands.Cog): - """A cog which returns the top 5 results of a query from stackoverflow.""" + """Contains command to interact with stackoverflow from discord.""" def __init__(self, bot: commands.Bot): self.bot = bot -- cgit v1.2.3