From 97fe07edb2f3d0f5a980917fb6ee479bf396fd94 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 21 Mar 2022 06:12:34 +0100 Subject: [PATCH] Update migration guide with change to Message.channel_mentions type --- docs/migrating.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migrating.rst b/docs/migrating.rst index fbe21ab5a..142f5a127 100644 --- a/docs/migrating.rst +++ b/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: - :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:`PartialMessage.channel` may now be a :class:`Thread`. - :attr:`Guild.get_channel` does not return :class:`Thread`\s.