Fix typos in Forbidden descriptions for Member methods

This commit is contained in:
dank
2023-10-26 00:25:29 +01:00
committed by GitHub
parent c7edfc7c16
commit 67ae85aa22

View File

@ -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.
"""