mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +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
|
||||
-------
|
||||
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
|
||||
The operation failed.
|
||||
TypeError
|
||||
@ -932,7 +932,7 @@ class Member(discord.abc.Messageable, _UserTag):
|
||||
ClientException
|
||||
You are not connected to a voice channel.
|
||||
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
|
||||
The operation failed.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user