diff options
| author | Rapptz <[email protected]> | 2020-01-23 00:04:45 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-23 00:04:45 -0500 |
| commit | 215fed831c0093569640ea24ff21594938908ecc (patch) | |
| tree | 5169eb6f444e0385865a3197d6b6a0b45baec55c /docs | |
| parent | Fixes and improvements for v1.3 documentation (diff) | |
| download | discord.py-215fed831c0093569640ea24ff21594938908ecc.tar.xz discord.py-215fed831c0093569640ea24ff21594938908ecc.zip | |
Mention that you can create Permissions via kwargs now
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whats_new.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 86d9d06b..95104b77 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -61,6 +61,7 @@ New Features - :attr:`Permissions.view_channel` - :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`) - Note that as of now, bots cannot send custom activities yet. |