aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Dillon Runke <[email protected]>2021-03-04 16:17:42 -0600
committerGravatar GitHub <[email protected]>2021-03-04 16:17:42 -0600
commit334885c1b98ac4dcd475baac358eb8981a65b9c5 (patch)
treec5c0b0482ded0648a4e9d99280df53e54b926165 /bot
parentsingle space fix (diff)
Update earth_photos.py
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/easter/earth_photos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py
index 12fe6f1c..60e34b15 100644
--- a/bot/exts/easter/earth_photos.py
+++ b/bot/exts/easter/earth_photos.py
@@ -32,7 +32,7 @@ class EarthPhotos(commands.Cog):
userlinks = userdata.get("links")
profile = userlinks.get("html")
# Referral flags
- rf = "?utm_source=sir_lancebot&utm_medium=referral"
+ rf = "?utm_source=Sir%20Lancebot&utm_medium=referral"
async with self.bot.http_session.get(
downloadlinksdata.get("download_location"),
params={"client_id": Tokens.unsplash_access_key}