From 7ee63a26f0f75c3c0e8d82853e454c54f78d749f Mon Sep 17 00:00:00 2001 From: Ethan Date: Mon, 21 Aug 2017 20:50:59 -0400 Subject: [PATCH] Fix docstring --- discord/member.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/member.py b/discord/member.py index e7ddce118..894b0539a 100644 --- a/discord/member.py +++ b/discord/member.py @@ -539,7 +539,7 @@ class Member(discord.abc.Messageable, _BaseUser): reason: Optional[str] The reason for removing these roles. Shows up on the audit log. atomic: bool - Whether to atomically add roles. This will ensure that multiple + Whether to atomically remove roles. This will ensure that multiple operations will always be applied regardless of the current state of the cache.