diff options
Diffstat (limited to 'bot/exts')
| -rw-r--r-- | bot/exts/easter/earth_photos.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py index a544ab59..f0c57fc5 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -30,7 +30,8 @@ class EarthPhotos(commands.Cog):                  profile = userlinks.get("html")              async with self.bot.http_session.get(                  downloadlinksdata.get("download_location"), -                    params={"client_id": UnClient_id}) as er: +                    params={"client_id": UnClient_id} +            ) as er:                  er.status              embed = discord.Embed(                  title="Earth Photo", | 
