Skip to content

Commit

Permalink
Update disnake/interactions/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: shiftinv <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
  • Loading branch information
Snipy7374 and shiftinv authored Aug 23, 2024
1 parent 9671640 commit 439c3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions disnake/interactions/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ async def edit_original_response(
.. versionadded:: 2.4
poll: Optional[:class:`Poll`]
A poll. This can only be sent after a defer. If not used after a defer the
discord API ignore the field.
A poll. This can only be sent after initially responding with :meth:`~InteractionResponse.defer`.
Otherwise, the Discord API ignores the field.
.. versionadded:: 2.10
Expand Down

0 comments on commit 439c3d4

Please sign in to comment.