From c4ee8a3bd9eeee61e3a2312f6c8a42f64858c8a6 Mon Sep 17 00:00:00 2001 From: Ice Wolfy Date: Fri, 14 May 2021 07:29:35 -0500 Subject: Added randomness to cat or dog when not specified --- bot/exts/evergreen/status_codes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bot/exts/evergreen/status_codes.py') 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. """ -- cgit v1.2.3