Mention that you can create Permissions via kwargs now

This commit is contained in:
Rapptz
2020-01-23 00:04:45 -05:00
parent 6f9793fe5e
commit 215fed831c
2 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,10 @@ class Permissions(BaseFlags):
bits using the properties as if they were regular bools. This allows
you to edit permissions.
.. versionchanged:: 1.3
You can now use keyword arguments to initialize :class:`Permissions`
similar to :meth:`update`.
.. container:: operations
.. describe:: x == y