aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/info/pep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/pep.py b/bot/exts/info/pep.py
index 5f9a41091..3854d02d5 100644
--- a/bot/exts/info/pep.py
+++ b/bot/exts/info/pep.py
@@ -100,7 +100,7 @@ class PythonEnhancementProposals(Cog):
# Assemble the embed
pep_embed = Embed(
title=f"**PEP {pep_nr} - {title}**",
- description=f"[Link]({BASE_PEP_URL}{pep_nr:04})",
+ url=f"{BASE_PEP_URL}{pep_nr:04}",
)
pep_embed.set_thumbnail(url=ICON_URL)