Browse Source
Update migration guide with change to Message.channel_mentions type
pull/7741/head
jack1142
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docs/migrating.rst
|
@ -571,6 +571,7 @@ For convenience, :class:`Thread` has a set of properties and methods that return |
|
|
The following changes have been made: |
|
|
The following changes have been made: |
|
|
|
|
|
|
|
|
- :attr:`Message.channel` may now be a :class:`Thread`. |
|
|
- :attr:`Message.channel` may now be a :class:`Thread`. |
|
|
|
|
|
- :attr:`Message.channel_mentions` list may now contain a :class:`Thread`. |
|
|
- :attr:`AuditLogEntry.target` may now be a :class:`Thread`. |
|
|
- :attr:`AuditLogEntry.target` may now be a :class:`Thread`. |
|
|
- :attr:`PartialMessage.channel` may now be a :class:`Thread`. |
|
|
- :attr:`PartialMessage.channel` may now be a :class:`Thread`. |
|
|
- :attr:`Guild.get_channel` does not return :class:`Thread`\s. |
|
|
- :attr:`Guild.get_channel` does not return :class:`Thread`\s. |
|
|