diff --git a/handyhelper/__init__.py b/handyhelper/__init__.py index a638252..5ad425d 100644 --- a/handyhelper/__init__.py +++ b/handyhelper/__init__.py @@ -16,7 +16,7 @@ async def summarize( article: str, part: Optional[str] = nc.SlashOption(required=False) ): - await interaction.response.defer(False, True) + await interaction.response.defer(ephemeral=False, with_message=True) await asyncio.sleep(5)