mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix typos in Forbidden descriptions for Member methods
This commit is contained in:
parent
c7edfc7c16
commit
67ae85aa22
@ -840,7 +840,7 @@ class Member(discord.abc.Messageable, _UserTag):
|
|||||||
Raises
|
Raises
|
||||||
-------
|
-------
|
||||||
Forbidden
|
Forbidden
|
||||||
You do not have the proper permissions to the action requested.
|
You do not have the proper permissions to do the action requested.
|
||||||
HTTPException
|
HTTPException
|
||||||
The operation failed.
|
The operation failed.
|
||||||
TypeError
|
TypeError
|
||||||
@ -932,7 +932,7 @@ class Member(discord.abc.Messageable, _UserTag):
|
|||||||
ClientException
|
ClientException
|
||||||
You are not connected to a voice channel.
|
You are not connected to a voice channel.
|
||||||
Forbidden
|
Forbidden
|
||||||
You do not have the proper permissions to the action requested.
|
You do not have the proper permissions to do the action requested.
|
||||||
HTTPException
|
HTTPException
|
||||||
The operation failed.
|
The operation failed.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user