diff options
| -rw-r--r-- | bot/exts/evergreen/status_cats.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/evergreen/status_cats.py b/bot/exts/evergreen/status_cats.py index b2077b17..e1758514 100644 --- a/bot/exts/evergreen/status_cats.py +++ b/bot/exts/evergreen/status_cats.py @@ -8,7 +8,7 @@ log = logging.getLogger(__name__)  class StatusCats(commands.Cog): -    """Commands that give statuses described and visualized by cats.""" +    """Commands that give HTTP statuses described and visualized by cats."""      def __init__(self, bot: commands.Bot):          self.bot = bot | 
