diff options
| author | 2018-06-21 22:08:40 +0000 | |
|---|---|---|
| committer | 2018-06-21 22:08:40 +0000 | |
| commit | 35b038d305db965c7ba87781f927a0243e4a4353 (patch) | |
| tree | 1f4830f0a7cf210ac218d336088930a9bf1a2bfd | |
| parent | Merge branch 'fix-doc-command-for-long-signature' into 'master' (diff) | |
| parent | Update 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.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: |