From 43e1c55d1124fd848787ed25546f80757d788177 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 18 Feb 2025 04:24:01 -0500 Subject: [PATCH] Remove with_response parameter documentation --- discord/interactions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/discord/interactions.py b/discord/interactions.py index b62c01580..b9d9a4d11 100644 --- a/discord/interactions.py +++ b/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 -------