aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/core/extensions.py
diff options
context:
space:
mode:
authorGravatar SomeHybrid <[email protected]>2023-08-27 19:51:22 +0700
committerGravatar GitHub <[email protected]>2023-08-27 19:51:22 +0700
commitbda41cb204c3303a74ab199448d391120155286b (patch)
treeb8b5bb0ff6cd21303928b74d81b986281a74784d /bot/exts/core/extensions.py
parentChanged cooldown to 5s, removed description if abstract not found (diff)
parentholidayreact: add alternate spellings to February (#1214) (diff)
Merge branch 'python-discord:main' into main
Diffstat (limited to 'bot/exts/core/extensions.py')
-rw-r--r--bot/exts/core/extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/core/extensions.py b/bot/exts/core/extensions.py
index 87ef2ed1..f96b0292 100644
--- a/bot/exts/core/extensions.py
+++ b/bot/exts/core/extensions.py
@@ -153,7 +153,7 @@ class Extensions(commands.Cog):
embed = Embed(colour=Colour.og_blurple())
embed.set_author(
name="Extensions List",
- url=Client.github_bot_repo,
+ url=Client.github_repo,
icon_url=str(self.bot.user.display_avatar.url)
)