feat(seautils): add the url of the rfc document being retrieved to the embed
This commit is contained in:
parent
8f492cd937
commit
5b23f2f0fb
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ class SeaUtils(commands.Cog):
|
|||
if await ctx.embed_requested():
|
||||
embed = Embed(
|
||||
title=f"RFC Document {number}",
|
||||
url=url,
|
||||
description=page,
|
||||
color=await ctx.embed_color()
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue