aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2018-04-19 09:01:36 +0100
committerGravatar GitHub <[email protected]>2018-04-19 09:01:36 +0100
commitd73038dc508ef3f730b64b31d1f9519c9afcc9c9 (patch)
tree00ef754f4b2604e27dfa6aea94e923106e00b88f
parent[ClickUp #21zkw] Python-syntax calls are now the default for all commands, bu... (diff)
Fixed broken branding link
-rw-r--r--bot/cogs/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py
index f936856cc..e463ff76a 100644
--- a/bot/cogs/bot.py
+++ b/bot/cogs/bot.py
@@ -66,7 +66,7 @@ class Bot:
embed.set_author(
name="Python Bot",
url="https://github.com/discord-python/bot",
- icon_url="https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle.png"
+ icon_url="https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle/logo_circle.png"
)
log.info(f"{ctx.author} called bot.about(). Returning information about the bot.")