1
0
Fork 0
mirror of synced 2024-05-05 05:02:30 +12:00

Merge pull request #24 from MahxieNoodle/patch-1

New cat api endpoint
This commit is contained in:
Dan Hess 2018-03-24 11:55:54 -05:00 committed by GitHub
commit 76a8896773
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