From d15397dad95a24780df08c297b4ceb7e93e8ae65 Mon Sep 17 00:00:00 2001 From: MahxieNoodle Date: Thu, 22 Mar 2018 10:21:12 -0600 Subject: [PATCH] New cat api endpoint Updated cat api url. --- cogs/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/images.py b/cogs/images.py index 5168945..73c32d8 100644 --- a/cogs/images.py +++ b/cogs/images.py @@ -21,7 +21,7 @@ class Images: EXAMPLE: !cat RESULT: A beautiful picture of a cat o3o""" - result = await utils.request('http://random.cat/meow') + result = await utils.request('http://aws.random.cat/meow') if result is None: await ctx.send("I couldn't connect! Sorry no cats right now ;w;") return