diff options
| author | Steve C <[email protected]> | 2017-08-27 02:06:07 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-08-27 16:08:06 -0400 |
| commit | 5e2d9153753adc17b3e4802569a0ce111e17e344 (patch) | |
| tree | 6478a036ad709c765ae90c4434cfad6bb3e235cc /discord/permissions.py | |
| parent | Add upload from URL to the FAQ. (diff) | |
| download | discord.py-5e2d9153753adc17b3e4802569a0ce111e17e344.tar.xz discord.py-5e2d9153753adc17b3e4802569a0ce111e17e344.zip | |
Add pinning to manage_messages doc
Diffstat (limited to 'discord/permissions.py')
| -rw-r--r-- | discord/permissions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/permissions.py b/discord/permissions.py index 0f4080b2..12434c78 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 |