diff options
Diffstat (limited to 'bot/exts')
| -rw-r--r-- | bot/exts/easter/earth_photos.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py index 3ab8e7d9..beb16772 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -33,7 +33,7 @@ class EarthPhotos(commands.Cog):              async with self.bot.http_session.get(                  downloadlinksdata.get("download_location"),                      params={"client_id": Tokens.unsplash_access_key} -            ) as er: +            ) as _:                  pass              embed = discord.Embed( | 
