Skip to content

Commit 2d2de28

Browse files
committed
📝 Wrong docstring.
1 parent 37b5f50 commit 2d2de28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

discord/interactions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ class Interaction:
121121
The guild ID the interaction was sent from.
122122
channel: Optional[Union[:class:`abc.GuildChannel`, :class:`abc.PrivateChannel`, :class:`Thread`, :class:`PartialMessageable`]]
123123
The channel the interaction was sent from.
124-
125-
Note that due to a Discord limitation, DM channels are not resolved since there is no data to complete them. These are :class:`PartialMessageable` instead.
126124
channel_id: Optional[:class:`int`]
127125
The ID of the channel the interaction was sent from.
128126
application_id: :class:`int`

0 commit comments

Comments
 (0)