Skip to content

Commit b10a12d

Browse files
authored
Update interactions.py
1 parent a0f3555 commit b10a12d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

discord/interactions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -396,18 +396,18 @@ def is_done(self) -> bool:
396396

397397
async def defer(self, *, ephemeral: bool = False) -> None:
398398
"""|coro|
399-
399+
400400
Defers the interaction response.
401-
401+
402402
This is typically used when the interaction is acknowledged
403403
and a secondary action will be done later.
404-
404+
405405
Parameters
406406
-----------
407407
ephemeral: :class:`bool`
408408
Indicates whether the deferred message will eventually be ephemeral.
409409
If ``True`` for interactions of type :attr:`InteractionType.component`, this will send an ephemeral 'bot is thinking' message in the channel.
410-
410+
411411
Raises
412412
-------
413413
HTTPException

0 commit comments

Comments
 (0)