aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-21 22:08:40 +0000
committerGravatar Gareth Coles <[email protected]>2018-06-21 22:08:40 +0000
commit35b038d305db965c7ba87781f927a0243e4a4353 (patch)
tree1f4830f0a7cf210ac218d336088930a9bf1a2bfd
parentMerge branch 'fix-doc-command-for-long-signature' into 'master' (diff)
parentUpdate broken `on_ready` icon URL. (diff)
Merge branch 'update-broken-on-ready-icon-url' into 'master'
Update broken `on_ready` icon URL. See merge request python-discord/projects/bot!4
-rw-r--r--bot/cogs/logging.py2
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: