aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Volcyy <[email protected]>2018-06-21 22:02:27 +0000
committerGravatar Volcyy <[email protected]>2018-06-21 22:02:27 +0000
commitdc60155b75076d3eb69954b91998a818aacce57a (patch)
tree1f4830f0a7cf210ac218d336088930a9bf1a2bfd
parentMerge branch 'fix-doc-command-for-long-signature' into 'master' (diff)
Update broken `on_ready` icon URL.
-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: