diff options
author | 2018-04-19 09:01:36 +0100 | |
---|---|---|
committer | 2018-04-19 09:01:36 +0100 | |
commit | d73038dc508ef3f730b64b31d1f9519c9afcc9c9 (patch) | |
tree | 00ef754f4b2604e27dfa6aea94e923106e00b88f | |
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.py | 2 |
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.") |