Skip to content

Commit

Permalink
✏️ Fix writing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paillat-dev committed Dec 18, 2024
1 parent e5724dc commit 9409c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def is_component(self) -> bool:
@utils.cached_slot_property("_cs_channel")
@utils.deprecated("Interaction.channel", "2.7", stacklevel=4)
def cached_channel(self) -> InteractionChannel | None:
"""The cached channel the interaction was sent from.
"""The cached channel from which the interaction was sent.
DM channels are not resolved. These are :class:`PartialMessageable` instead.
.. deprecated:: 2.7
Expand Down

0 comments on commit 9409c35

Please sign in to comment.