From 855fa7e553bf490ee1ec0e7d74043c61cc41c0ef Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 14 Jan 2016 12:24:59 -0500 Subject: Documentation fixes for Permissions related code. --- docs/migrating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/migrating.rst b/docs/migrating.rst index c47986a2..2b60cb2b 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -250,7 +250,7 @@ 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 +All the :class:`Permissions` related attributes have been renamed and the `can_` prefix has been dropped. So for example, ``can_manage_messages`` has become ``manage_messages``. .. _migrating-kwargs: -- cgit v1.2.3