From 08e20910e6291ee92de3770c677eb1c633070e85 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Fri, 10 Apr 2020 15:46:30 +0200 Subject: [PATCH] Edit message publish documentation --- discord/message.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 -------