mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
docs(VoiceState): remove permissions required from description (#4156)
This commit is contained in:
parent
6367f603f6
commit
2617d3c9f3
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class VoiceState extends Base {
|
||||||
/**
|
/**
|
||||||
* Moves the member to a different channel, or disconnects them from the one they're in.
|
* Moves the member to a different channel, or disconnects them from the one they're in.
|
||||||
* @param {ChannelResolvable|null} [channel] Channel to move the member to, or `null` if you want to disconnect them
|
* @param {ChannelResolvable|null} [channel] Channel to move the member to, or `null` if you want to disconnect them
|
||||||
* from voice. Requires the `MOVE_MEMBERS` permission.
|
* from voice.
|
||||||
* @param {string} [reason] Reason for moving member to another channel or disconnecting
|
* @param {string} [reason] Reason for moving member to another channel or disconnecting
|
||||||
* @returns {Promise<GuildMember>}
|
* @returns {Promise<GuildMember>}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue