diff options
author | 2020-07-12 18:28:48 -0700 | |
---|---|---|
committer | 2020-07-12 18:28:48 -0700 | |
commit | 51ef384b768933db3aa47ac437ac335de2f4239d (patch) | |
tree | 97a5088c79b973fa8a84b10dbf3e79a078aa6179 | |
parent | Delete extra blank line to pass linter (diff) |
Update bot/exts/evergreen/status_cats.py
Co-authored-by: Dennis Pham <[email protected]>
-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 |