diff --git a/discord/message.py b/discord/message.py index abad3bb1a..0e2f0e415 100644 --- a/discord/message.py +++ b/discord/message.py @@ -847,11 +847,8 @@ class Message: Publishes this message to your announcement channel. - You must have the :attr:`~Permissions.manage_messages` permission to use this. - - .. note:: - - This can only be used by non-bot accounts. + If the message is not your own then the :attr:`~Permissions.manage_messages` + permission is needed. Raises -------