diff --git a/discord/member.py b/discord/member.py index c6d65d840..9a641c73f 100644 --- a/discord/member.py +++ b/discord/member.py @@ -998,7 +998,7 @@ class Member(discord.abc.Messageable, discord.abc.Connectable, _UserTag): You must have :attr:`~Permissions.manage_roles` to use this, and the added :class:`Role`\s must appear lower in the list - of roles than the highest role of the member. + of roles than the highest role of the client. Parameters ----------- @@ -1037,7 +1037,7 @@ class Member(discord.abc.Messageable, discord.abc.Connectable, _UserTag): You must have :attr:`~Permissions.manage_roles` to use this, and the removed :class:`Role`\s must appear lower in the list - of roles than the highest role of the member. + of roles than the highest role of the client. Parameters -----------