diff --git a/discord/interactions.py b/discord/interactions.py index a7d74f318..3f9be13ce 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -200,7 +200,11 @@ class Interaction: @property def client(self) -> Client: - """:class:`Client`: The client that is handling this interaction.""" + """:class:`Client`: The client that is handling this interaction. + + Note that :class:`AutoShardedClient`, :class:`~.commands.Bot`, and + :class:`~.commands.AutoShardedBot` are all subclasses of client. + """ return self._client @property