From feeff2b84864a359aa48b6e49c04ad54cf261c60 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 29 Jul 2016 09:59:28 -0400 Subject: [PATCH] Clarify that Client.purge_from requires Manage Messages for anything. --- discord/client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discord/client.py b/discord/client.py index 0c4194505..c07ada455 100644 --- a/discord/client.py +++ b/discord/client.py @@ -981,9 +981,9 @@ class Client: ``check``. If a ``check`` is not provided then all messages are deleted without discrimination. - You must have Manage Messages permission to delete messages that aren't - your own. The Read Message History permission is also needed to retrieve - message history. + You must have Manage Messages permission to delete messages even if they + are your own. The Read Message History permission is also needed to + retrieve message history. Usable only by bot accounts.