diff options
author | 2021-05-13 23:46:43 +0530 | |
---|---|---|
committer | 2021-05-13 23:46:43 +0530 | |
commit | b952356c4227dc719baeda09f98a1ae721e8ac36 (patch) | |
tree | bf2173e85819d052a44415e69717828dc7cc5237 /bot/exts/evergreen/stackoverflow.py | |
parent | change mods to staff (diff) |
change docstring
Diffstat (limited to 'bot/exts/evergreen/stackoverflow.py')
-rw-r--r-- | bot/exts/evergreen/stackoverflow.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |