diff options
| -rw-r--r-- | bot/exts/easter/earth_photos.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py index 1cf2d11a..c1704e12 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -31,6 +31,7 @@ class EarthPhotos(commands.Cog):                  username = userdata.get("name")                  userlinks = userdata.get("links")                  profile = userlinks.get("html") +            # Extra request as per Unsplash Guidelines              async with self.bot.http_session.get(                  downloadlinksdata.get("download_location"),                      params={"client_id": Tokens.unsplash_access_key}  |