aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utils/extensions.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/utils/extensions.py')
-rw-r--r--bot/exts/utils/extensions.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bot/exts/utils/extensions.py b/bot/exts/utils/extensions.py
index 834b7d4f..65dfef84 100644
--- a/bot/exts/utils/extensions.py
+++ b/bot/exts/utils/extensions.py
@@ -9,7 +9,7 @@ from discord.ext.commands import Context, group
from bot import exts
from bot.bot import SeasonalBot as Bot
-from bot.constants import Emojis, MODERATION_ROLES, Roles, URLs
+from bot.constants import Client, Emojis, MODERATION_ROLES, Roles
from bot.utils.checks import with_role_check
from bot.utils.extensions import EXTENSIONS, unqualify
from bot.utils.pagination import LinePaginator
@@ -154,8 +154,8 @@ class Extensions(commands.Cog):
embed = Embed(colour=Colour.blurple())
embed.set_author(
name="Extensions List",
- url=URLs.github_bot_repo,
- icon_url=URLs.bot_avatar
+ url=Client.github_bot_repo,
+ icon_url=str(Bot.user.avatar_url)
)
lines = []