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

Correct typo

This commit is contained in:
Dan 2018-01-11 10:43:38 -06:00
parent 9019426302
commit 5fe0e65cb3

View file

@ -63,7 +63,7 @@ class Images:
EXAMPLE: !snek
RESULT: A beautiful picture of a snek o3o"""
result = await utils.requrest("http://hrsendl.com/snake")
result = await utils.request("http://hrsendl.com/snake")
if result is None:
await ctx.send("I couldn't connect! Sorry no snakes right now ;w;")
return
@ -85,7 +85,7 @@ class Images:
EXAMPLE: !horse
RESULT: A beautiful picture of a horse o3o"""
result = await utils.requrest("http://hrsendl.com/horse")
result = await utils.request("http://hrsendl.com/horse")
if result is None:
await ctx.send("I couldn't connect! Sorry no horses right now ;w;")
return