Update embed

This commit is contained in:
Parker M. 2024-12-03 00:03:16 -06:00
parent 514151f8cc
commit fbe8dbe455
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -23,7 +23,7 @@ class News(commands.Cog):
embed.add_field(
name="**Limited YouTube Support**",
description=(
value=(
"Support for YouTube links and searches has been added. This"
" is currently in a testing phase and is not guaranteed to"
" work. If you encounter any issues, please submit a but"
@ -32,6 +32,16 @@ class News(commands.Cog):
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)