aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")