Browse Source

Fix typos in Forbidden descriptions for Member methods

pull/10109/head
dank 2 years ago
committed by dolfies
parent
commit
5891f3e675
  1. 4
      discord/member.py

4
discord/member.py

@ -808,7 +808,7 @@ class Member(discord.abc.Messageable, discord.abc.Connectable, _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
@ -912,7 +912,7 @@ class Member(discord.abc.Messageable, discord.abc.Connectable, _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…
Cancel
Save