From c1892131a649abe0999cddd749492e9ac0e1a92d Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 10 Apr 2022 19:02:34 -0400 Subject: [PATCH] [commands] Fix Context docstring missing Interaction ref --- discord/ext/commands/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index 35524c4b3..10bf4ca6e 100644 --- a/discord/ext/commands/context.py +++ b/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