Browse Source

Mention that you can create Permissions via kwargs now

pull/2532/head
Rapptz 5 years ago
parent
commit
215fed831c
  1. 4
      discord/permissions.py
  2. 1
      docs/whats_new.rst

4
discord/permissions.py

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

1
docs/whats_new.rst

@ -61,6 +61,7 @@ New Features
- :attr:`Permissions.view_channel` - :attr:`Permissions.view_channel`
- :attr:`Permissions.use_external_emojis` - :attr:`Permissions.use_external_emojis`
- Add support for passing keyword arguments when creating :class:`Permissions`.
- Add support for custom activities via :class:`CustomActivity`. (:issue:`2400`) - Add support for custom activities via :class:`CustomActivity`. (:issue:`2400`)
- Note that as of now, bots cannot send custom activities yet. - Note that as of now, bots cannot send custom activities yet.

Loading…
Cancel
Save