Follow-up

This commit is contained in:
Parker M. 2025-01-20 22:57:03 -06:00
parent 7092bd81c7
commit 8a6727c5f8
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -76,8 +76,8 @@ class Status(commands.Cog):
embed.description += radarr_desc + sonarr_desc + non_queue_desc
# Send the embed
await interaction.response.send_message(embed=embed, ephemeral=True)
# Send the follow-up message
await interaction.followup.send(embed=embed, ephemeral=True)
def unpack_content(self, requested_content: list) -> tuple:
"""