We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f3555 commit b10a12dCopy full SHA for b10a12d
discord/interactions.py
@@ -396,18 +396,18 @@ def is_done(self) -> bool:
396
397
async def defer(self, *, ephemeral: bool = False) -> None:
398
"""|coro|
399
-
+
400
Defers the interaction response.
401
402
This is typically used when the interaction is acknowledged
403
and a secondary action will be done later.
404
405
Parameters
406
-----------
407
ephemeral: :class:`bool`
408
Indicates whether the deferred message will eventually be ephemeral.
409
If ``True`` for interactions of type :attr:`InteractionType.component`, this will send an ephemeral 'bot is thinking' message in the channel.
410
411
Raises
412
-------
413
HTTPException
0 commit comments