From 5fe0e65cb3d3fcad24455a3dab89015e5d52c557 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 11 Jan 2018 10:43:38 -0600 Subject: [PATCH] Correct typo --- cogs/images.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/images.py b/cogs/images.py index d95d7d1..5168945 100644 --- a/cogs/images.py +++ b/cogs/images.py @@ -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