Skip to content

Commit

Permalink
Update discord/permissions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby authored Nov 22, 2021
1 parent 36e41df commit a53b70d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion discord/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,10 @@ def start_embedded_activities(self) -> int:

@flag_value
def manage_members(self) -> int:
""":class:`bool`: Returns ``True`` if a user can manage members (timeout)."""
""":class:`bool`: Returns ``True`` if a user can manage members (timeout).
.. versionadded:: 2.0
"""
return 1 << 40

PO = TypeVar('PO', bound='PermissionOverwrite')
Expand Down

0 comments on commit a53b70d

Please sign in to comment.