From 2617d3c9f3f321f80472d1fcf88ff905f3cc39aa Mon Sep 17 00:00:00 2001 From: anandre <38661761+anandre@users.noreply.github.com> Date: Mon, 4 May 2020 05:46:58 -0500 Subject: [PATCH] docs(VoiceState): remove permissions required from description (#4156) --- src/structures/VoiceState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} */