mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-15 18:29:52 +00:00
Add pinning to manage_messages doc
This commit is contained in:
parent
94e2c0e661
commit
5e2d915375
@ -323,7 +323,7 @@ class Permissions:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def manage_messages(self):
|
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)
|
return self._bit(13)
|
||||||
|
|
||||||
@manage_messages.setter
|
@manage_messages.setter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user