aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/stackoverflow.py
diff options
context:
space:
mode:
authorGravatar Vivaan Parashar <[email protected]>2021-05-13 23:46:43 +0530
committerGravatar Vivaan Parashar <[email protected]>2021-05-13 23:46:43 +0530
commitb952356c4227dc719baeda09f98a1ae721e8ac36 (patch)
treebf2173e85819d052a44415e69717828dc7cc5237 /bot/exts/evergreen/stackoverflow.py
parentchange mods to staff (diff)
change docstring
Diffstat (limited to 'bot/exts/evergreen/stackoverflow.py')
-rw-r--r--bot/exts/evergreen/stackoverflow.py2
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