aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.",