diff options
| -rw-r--r-- | discord/message.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/discord/message.py b/discord/message.py index abad3bb1..0e2f0e41 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 ------- |