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