diff --git a/discord/interactions.py b/discord/interactions.py index a3c447218..59ec18cb1 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -683,8 +683,8 @@ class InteractionCallback(Generic[ClientT]): .. note:: - The has a value only when the interaction response is of type - :attr:`InteractionResponseType.channel_message` or :attr:`InteractionResponseType.message_update`. + This is ``None`` if the interaction response type is not :attr:`InteractionResponseType.channel_message` + or :attr:`InteractionResponseType.message_update`. response_channel: Union[:class:`abc.GuildChannel`, :class:`abc.PrivateChannel`, :class:`Thread`] The channel this interaction was invoked from. """