They aren't Positional
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user