Update embed
This commit is contained in:
parent
514151f8cc
commit
fbe8dbe455
@ -23,7 +23,7 @@ class News(commands.Cog):
|
|||||||
|
|
||||||
embed.add_field(
|
embed.add_field(
|
||||||
name="**Limited YouTube Support**",
|
name="**Limited YouTube Support**",
|
||||||
description=(
|
value=(
|
||||||
"Support for YouTube links and searches has been added. This"
|
"Support for YouTube links and searches has been added. This"
|
||||||
" is currently in a testing phase and is not guaranteed to"
|
" is currently in a testing phase and is not guaranteed to"
|
||||||
" work. If you encounter any issues, please submit a but"
|
" work. If you encounter any issues, please submit a but"
|
||||||
@ -32,6 +32,16 @@ class News(commands.Cog):
|
|||||||
inline=False,
|
inline=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
embed.add_field(
|
||||||
|
name="**General Improvements**",
|
||||||
|
value=(
|
||||||
|
"Quality of life updates and general improvements have been"
|
||||||
|
" made. Hopefully there are no new bugs, but please report any"
|
||||||
|
" with </bug:1224840889906499626>."
|
||||||
|
),
|
||||||
|
inline=False,
|
||||||
|
)
|
||||||
|
|
||||||
await interaction.response.send_message(embed=embed, ephemeral=True)
|
await interaction.response.send_message(embed=embed, ephemeral=True)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user