fix(seautils): oops lmao
This commit is contained in:
parent
5b23f2f0fb
commit
f51329524c
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ class SeaUtils(commands.Cog):
|
||||||
if await ctx.embed_requested():
|
if await ctx.embed_requested():
|
||||||
embed = Embed(
|
embed = Embed(
|
||||||
title=f"RFC Document {number}",
|
title=f"RFC Document {number}",
|
||||||
|
url=url,
|
||||||
description=text,
|
description=text,
|
||||||
color=await ctx.embed_color()
|
color=await ctx.embed_color()
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue