Skip to content

Commit 9409c35

Browse files
committed
✏️ Fix writing
1 parent e5724dc commit 9409c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/interactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def is_component(self) -> bool:
320320
@utils.cached_slot_property("_cs_channel")
321321
@utils.deprecated("Interaction.channel", "2.7", stacklevel=4)
322322
def cached_channel(self) -> InteractionChannel | None:
323-
"""The cached channel the interaction was sent from.
323+
"""The cached channel from which the interaction was sent.
324324
DM channels are not resolved. These are :class:`PartialMessageable` instead.
325325
326326
.. deprecated:: 2.7

0 commit comments

Comments
 (0)