Skip to content

Commit 3568c5d

Browse files
committed
Fix: Move PEP link back to title
1 parent 60075c4 commit 3568c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/info/pep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def generate_pep_embed(self, pep: PEPInfo) -> Embed:
5959
"""Generate PEP embed."""
6060
embed = Embed(
6161
title=f"**PEP {pep['number']} - {pep['title']}**",
62-
description=f"[Link]({pep['url']})",
62+
url=pep["url"],
6363
)
6464
embed.set_thumbnail(url=ICON_URL)
6565

0 commit comments

Comments
 (0)