diff --git a/discord/member.py b/discord/member.py index 66c771572..388e85483 100644 --- a/discord/member.py +++ b/discord/member.py @@ -1076,7 +1076,7 @@ class Member(discord.abc.Messageable, _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 ----------- @@ -1115,7 +1115,7 @@ class Member(discord.abc.Messageable, _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 -----------