diff --git a/src/structures/VoiceState.js b/src/structures/VoiceState.js index cc9bcde19..f11b24457 100644 --- a/src/structures/VoiceState.js +++ b/src/structures/VoiceState.js @@ -154,7 +154,7 @@ class VoiceState extends Base { /** * 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 - * from voice. Requires the `MOVE_MEMBERS` permission. + * from voice. * @param {string} [reason] Reason for moving member to another channel or disconnecting * @returns {Promise} */