diff options
author | 2021-03-03 20:16:59 -0600 | |
---|---|---|
committer | 2021-03-03 20:16:59 -0600 | |
commit | 60712f67c3e0f77023a481e5cbf0ce9816a7368e (patch) | |
tree | 18fcb30f1192d7ddb740902b389ffe652243ff6c /bot | |
parent | pipfile fix (diff) |
requested changes by @Shivansh-007
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/easter/earth_photos.py | 4 |
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.", |