[commands] Fix Context docstring missing Interaction ref

This commit is contained in:
Rapptz 2022-04-10 19:02:34 -04:00
parent 840eb577d4
commit c1892131a6

View File

@ -111,7 +111,7 @@ class Context(discord.abc.Messageable, Generic[BotT]):
This is only of use for within converters.
.. versionadded:: 2.0
interaction: Optional[:class:`Interaction`]
interaction: Optional[:class:`~discord.Interaction`]
The interaction associated with this context.
.. versionadded:: 2.0