Skip to content

Commit

Permalink
Update discord/interactions.py
Browse files Browse the repository at this point in the history
Co-authored-by: baronkobama <baronkobama@gmail.com>
  • Loading branch information
Lulalaby and baronkobama authored Jun 30, 2022
1 parent c41d8fc commit e89ad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ async def defer(self, *, ephemeral: bool = False, invisible: bool = True) -> Non
This is typically used when the interaction is acknowledged
and a secondary action will be done later.
This is can only be used with the following interaction types:
This can only be used with the following interaction types:
- :attr:`InteractionType.application_command`
- :attr:`InteractionType.component`
- :attr:`InteractionType.modal_submit`
Expand Down

0 comments on commit e89ad9e

Please sign in to comment.