Browse Source

[commands] Fix Context docstring missing Interaction ref

pull/7881/head
Rapptz 3 years ago
parent
commit
c1892131a6
  1. 2
      discord/ext/commands/context.py

2
discord/ext/commands/context.py

@ -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

Loading…
Cancel
Save