diff options
Diffstat (limited to 'bot/exts/evergreen')
| -rw-r--r-- | bot/exts/evergreen/status_codes.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/status_codes.py b/bot/exts/evergreen/status_codes.py index 63b75a55..0893cf99 100644 --- a/bot/exts/evergreen/status_codes.py +++ b/bot/exts/evergreen/status_codes.py @@ -11,7 +11,6 @@ HTTP_CAT_URL = "https://http.cat/{code}.jpg"  class HTTPStatusCodes(commands.Cog):      """      Commands that give HTTP statuses described and visualized by cats and dogs. -      Give a cat or dog visualization randomly if the option is not filled.      """  |