From f51329524ce08e79ead3e9d8889918c523a5a983 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Tue, 28 May 2024 22:19:09 -0400 Subject: [PATCH] fix(seautils): oops lmao --- seautils/seautils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/seautils/seautils.py b/seautils/seautils.py index cd8a3dd..b3c9480 100644 --- a/seautils/seautils.py +++ b/seautils/seautils.py @@ -232,6 +232,7 @@ class SeaUtils(commands.Cog): if await ctx.embed_requested(): embed = Embed( title=f"RFC Document {number}", + url=url, description=text, color=await ctx.embed_color() )