aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-03-03 20:16:59 -0600
committerGravatar Kronifer <[email protected]>2021-03-03 20:16:59 -0600
commit60712f67c3e0f77023a481e5cbf0ce9816a7368e (patch)
tree18fcb30f1192d7ddb740902b389ffe652243ff6c /bot
parentpipfile fix (diff)
requested changes by @Shivansh-007
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/easter/earth_photos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py
index f0c57fc5..001f8f41 100644
--- a/bot/exts/easter/earth_photos.py
+++ b/bot/exts/easter/earth_photos.py
@@ -31,8 +31,8 @@ class EarthPhotos(commands.Cog):
async with self.bot.http_session.get(
downloadlinksdata.get("download_location"),
params={"client_id": UnClient_id}
- ) as er:
- er.status
+ ) as _:
+ pass
embed = discord.Embed(
title="Earth Photo",
description="A photo of earth from Unsplash.",