File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1464,7 +1464,7 @@ async def fetch_message(
1464
1464
id: :class:`int`
1465
1465
The message ID to look for.
1466
1466
thread_id: Optional[:class:`int`]
1467
- The ID of the thread where the message is .
1467
+ The ID of the thread that contains the message.
1468
1468
1469
1469
Raises
1470
1470
--------
@@ -1551,7 +1551,7 @@ async def edit_message(
1551
1551
1552
1552
.. versionadded:: 2.
1553
1553
thread: Optional[:class:`~discord.abc.Snowflake`]
1554
- The thread where the message is .
1554
+ The thread that contains the message.
1555
1555
1556
1556
Raises
1557
1557
-------
@@ -1635,7 +1635,7 @@ async def delete_message(
1635
1635
message_id: :class:`int`
1636
1636
The message ID to delete.
1637
1637
thread_id: Optional[:class:`int`]
1638
- The ID of the thread where the message is .
1638
+ The ID of the thread that contains the message.
1639
1639
1640
1640
Raises
1641
1641
-------
Original file line number Diff line number Diff line change @@ -953,7 +953,7 @@ def fetch_message(
953
953
id: :class:`int`
954
954
The message ID to look for.
955
955
thread_id: Optional[:class:`int`]
956
- The ID of the thread where the message is .
956
+ The ID of the thread that contains the message.
957
957
958
958
Raises
959
959
--------
@@ -1024,7 +1024,7 @@ def edit_message(
1024
1024
Controls the mentions being processed in this message.
1025
1025
See :meth:`.abc.Messageable.send` for more information.
1026
1026
thread: Optional[:class:`~discord.abc.Snowflake`]
1027
- The thread where the message is .
1027
+ The thread that contains the message.
1028
1028
1029
1029
Raises
1030
1030
-------
@@ -1077,7 +1077,7 @@ def delete_message(
1077
1077
* ,
1078
1078
thread_id : Optional [int ] = None
1079
1079
) -> None :
1080
- """Deletes a message owned by this webhook.
1080
+ """Deletes a message owned by this webhook.
1081
1081
1082
1082
This is a lower level interface to :meth:`WebhookMessage.delete` in case
1083
1083
you only have an ID.
@@ -1089,7 +1089,7 @@ def delete_message(
1089
1089
message_id: :class:`int`
1090
1090
The message ID to delete.
1091
1091
thread_id: Optional[:class:`int`]
1092
- The ID of the thread where the message is .
1092
+ The ID of the thread that contains the message.
1093
1093
1094
1094
Raises
1095
1095
-------
You can’t perform that action at this time.
0 commit comments