diff options
author | 2018-04-19 09:08:29 +0100 | |
---|---|---|
committer | 2018-04-19 09:08:29 +0100 | |
commit | cbd848a2859da01358d6b7b463e1d6a26cfabbf1 (patch) | |
tree | 6845d5f427ab582765ea7172bac49414d2008455 | |
parent | Fixed broken branding link (diff) |
Fixed bot avatar URL
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 31eb88f1c..05466220d 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -34,7 +34,7 @@ SITE_PROTOCOL = 'http' if 'local' in SITE_URL else 'https' SITE_API_USER_URL = f"{SITE_PROTOCOL}://api.{SITE_URL}/user" SITE_API_TAGS_URL = f"{SITE_PROTOCOL}://api.{SITE_URL}/tags" GITHUB_URL_BOT = "https://github.com/discord-python/bot" -BOT_AVATAR_URL = "https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle.png" +BOT_AVATAR_URL = "https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle/logo_circle.png" # Keys DEPLOY_BOT_KEY = os.environ.get("DEPLOY_BOT_KEY") |