misc(seautils): include the number of the rfc document in the embed
This commit is contained in:
parent
0ed96babdb
commit
42e209b547
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class SeaUtils(commands.Cog):
|
||||||
text = convert_rfc_references(md(pre_tag))
|
text = convert_rfc_references(md(pre_tag))
|
||||||
if await ctx.embed_requested():
|
if await ctx.embed_requested():
|
||||||
embed = Embed(
|
embed = Embed(
|
||||||
title="RFC Document",
|
title=f"RFC Document {number}",
|
||||||
description=text,
|
description=text,
|
||||||
color=await ctx.embed_color()
|
color=await ctx.embed_color()
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue