diff --git a/seautils/seautils.py b/seautils/seautils.py index f6943d1..146384f 100644 --- a/seautils/seautils.py +++ b/seautils/seautils.py @@ -211,7 +211,7 @@ class SeaUtils(commands.Cog): text = convert_rfc_references(md(pre_tag)) if await ctx.embed_requested(): embed = Embed( - title="RFC Document", + title=f"RFC Document {number}", description=text, color=await ctx.embed_color() )