Browse Source

Added ".. versionadded:: 2.6" to InteractionResponse.launch_activity docstring

pull/10193/head
Joosemi02 4 weeks ago
parent
commit
0658b78888
  1. 3
      discord/interactions.py

3
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

Loading…
Cancel
Save