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