From cbd848a2859da01358d6b7b463e1d6a26cfabbf1 Mon Sep 17 00:00:00 2001 From: Jeremiah Boby Date: Thu, 19 Apr 2018 09:08:29 +0100 Subject: Fixed bot avatar URL --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3