diff --git a/discord/permissions.py b/discord/permissions.py index 0f4080b21..12434c78f 100644 --- a/discord/permissions.py +++ b/discord/permissions.py @@ -323,7 +323,7 @@ class Permissions: @property def manage_messages(self): - """Returns True if a user can delete messages from a text channel. Note that there are currently no ways to edit other people's messages.""" + """Returns True if a user can delete or pin messages in a text channel. Note that there are currently no ways to edit other people's messages.""" return self._bit(13) @manage_messages.setter