From 0658b78888d25c082143d2116c32753defa7a237 Mon Sep 17 00:00:00 2001 From: Joosemi02 Date: Thu, 26 Jun 2025 16:15:14 +0200 Subject: [PATCH] Added ".. versionadded:: 2.6" to InteractionResponse.launch_activity docstring --- discord/interactions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discord/interactions.py b/discord/interactions.py index 453339935..6a88e004b 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -1291,9 +1291,10 @@ class InteractionResponse(Generic[ClientT]): """|coro| Responds to this interaction by launching the activity associated with the app. - Only available for apps with activities enabled. + .. versionadded:: 2.6 + Raises ------- HTTPException