From 5b23f2f0fbd0cd10faa349e195cdad3391de7e6b Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Tue, 28 May 2024 22:17:20 -0400 Subject: [PATCH] feat(seautils): add the url of the rfc document being retrieved to the embed --- seautils/seautils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/seautils/seautils.py b/seautils/seautils.py index 09f451b..cd8a3dd 100644 --- a/seautils/seautils.py +++ b/seautils/seautils.py @@ -221,6 +221,7 @@ class SeaUtils(commands.Cog): if await ctx.embed_requested(): embed = Embed( title=f"RFC Document {number}", + url=url, description=page, color=await ctx.embed_color() )