misc(seautils): include the number of the rfc document in the embed
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 39s

This commit is contained in:
Seaswimmer 2024-05-28 21:10:28 -04:00
parent 0ed96babdb
commit 42e209b547
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

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