diff --git a/discord/member.py b/discord/member.py index e740ddc72..a6b20e778 100644 --- a/discord/member.py +++ b/discord/member.py @@ -779,8 +779,8 @@ class Member(discord.abc.Messageable, discord.abc.Connectable, _UserTag): Returns -------- Optional[:class:`.Member`] - The newly updated member, if applicable. This is only returned - when certain fields are updated. + The newly updated member, if applicable. This is not returned + if certain fields are passed, such as ``suppress``. """ http = self._state.http guild_id = self.guild.id