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() )