aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-01-23 00:04:45 -0500
committerRapptz <[email protected]>2020-01-23 00:04:45 -0500
commit215fed831c0093569640ea24ff21594938908ecc (patch)
tree5169eb6f444e0385865a3197d6b6a0b45baec55c /docs
parentFixes and improvements for v1.3 documentation (diff)
downloaddiscord.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.rst1
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.