We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5724dc commit 9409c35Copy full SHA for 9409c35
discord/interactions.py
@@ -320,7 +320,7 @@ def is_component(self) -> bool:
320
@utils.cached_slot_property("_cs_channel")
321
@utils.deprecated("Interaction.channel", "2.7", stacklevel=4)
322
def cached_channel(self) -> InteractionChannel | None:
323
- """The cached channel the interaction was sent from.
+ """The cached channel from which the interaction was sent.
324
DM channels are not resolved. These are :class:`PartialMessageable` instead.
325
326
.. deprecated:: 2.7
0 commit comments