diff options
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 | 
