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