diff options
| author | Ethan <[email protected]> | 2017-08-21 20:50:59 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-08-22 04:45:52 -0400 |
| commit | 7ee63a26f0f75c3c0e8d82853e454c54f78d749f (patch) | |
| tree | 1c7f45c082082d240b1b2fed574578843623facf | |
| parent | Fix a couple docstrings (diff) | |
| download | discord.py-7ee63a26f0f75c3c0e8d82853e454c54f78d749f.tar.xz discord.py-7ee63a26f0f75c3c0e8d82853e454c54f78d749f.zip | |
Fix docstring
| -rw-r--r-- | discord/member.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/member.py b/discord/member.py index e7ddce11..894b0539 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. |