diff options
| -rw-r--r-- | bot/cogs/logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/logging.py b/bot/cogs/logging.py index 67f09dc8a..6b8462f3b 100644 --- a/bot/cogs/logging.py +++ b/bot/cogs/logging.py @@ -24,7 +24,7 @@ class Logging: embed.set_author( name="Python Bot", url="https://gitlab.com/discord-python/projects/bot", - icon_url="https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle.png" + icon_url="https://gitlab.com/python-discord/branding/raw/master/logos/logo_circle/logo_circle.png" ) if not DEBUG_MODE: |