mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
[commands] Fix Context docstring missing Interaction ref
This commit is contained in:
parent
840eb577d4
commit
c1892131a6
@ -111,7 +111,7 @@ class Context(discord.abc.Messageable, Generic[BotT]):
|
|||||||
This is only of use for within converters.
|
This is only of use for within converters.
|
||||||
|
|
||||||
.. versionadded:: 2.0
|
.. versionadded:: 2.0
|
||||||
interaction: Optional[:class:`Interaction`]
|
interaction: Optional[:class:`~discord.Interaction`]
|
||||||
The interaction associated with this context.
|
The interaction associated with this context.
|
||||||
|
|
||||||
.. versionadded:: 2.0
|
.. versionadded:: 2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user