Browse Source

Remove with_response parameter documentation

pull/10107/head
Rapptz 1 month ago
parent
commit
43e1c55d11
  1. 4
      discord/interactions.py

4
discord/interactions.py

@ -1195,10 +1195,6 @@ class InteractionResponse(Generic[ClientT]):
-----------
modal: :class:`~discord.ui.Modal`
The modal to send.
with_response: :class:`bool`
Whether to return the interaction response callback resource.
.. versionadded:: 2.5
Raises
-------

Loading…
Cancel
Save