Browse Source
Fix typo in Member.edit documentation
pull/7778/head
chromacoat dreamkey
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/member.py
|
|
@ -753,7 +753,7 @@ class Member(discord.abc.Messageable, _UserTag): |
|
|
|
Can now pass ``None`` to ``voice_channel`` to kick a member from voice. |
|
|
|
|
|
|
|
.. versionchanged:: 2.0 |
|
|
|
The newly member is now optionally returned, if applicable. |
|
|
|
The newly updated member is now optionally returned, if applicable. |
|
|
|
|
|
|
|
Parameters |
|
|
|
----------- |
|
|
|