Browse Source

Fix typos in Forbidden descriptions for Member methods

pull/9629/head
dank 1 year ago
committed by GitHub
parent
commit
67ae85aa22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      discord/member.py

4
discord/member.py

@ -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…
Cancel
Save