diff options
Diffstat (limited to 'docs/migrating.rst')
| -rw-r--r-- | docs/migrating.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst index 2c28c9f3..cd973e9f 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -213,6 +213,9 @@ Functions have been renamed. | ``Client.set_channel_permissions`` | :meth:`Client.edit_channel_permissions` | +------------------------------------+-------------------------------------------+ +All the :class:`Permission` related attributes have been renamed and the `can_` prefix has been +dropped. So for example, ``can_manage_messages`` has become ``manage_messages``. + .. _migrating-kwargs: Forced Keyword Arguments |