1
0
Fork 0
mirror of synced 2024-05-05 13:12:34 +12:00

New cat api endpoint

Updated cat api url.
This commit is contained in:
MahxieNoodle 2018-03-22 10:21:12 -06:00 committed by GitHub
parent d66bee2e38
commit d15397dad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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