diff --git a/docs/docs_client.rst b/docs/docs_client.rst index d4f1fa1d4..46673609a 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -276,6 +276,17 @@ Removes a user from a server - **callback** - `function` taking the following: - **error** - error if any occurred. +moveMember(user, server, channel, `callback`) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Moves a user from one voice channel into another. + +- **user** - A `User Resolvable`_ that should be moved +- **server** - A `Server Resolvable`_ in which to move the user +- **channel** - The `Channel Resolvable`_ to move the user to +- **callback** - `function` taking the following: + - **error** - error if any occurred. + createInvite(channel, `options`, `callback`) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -669,4 +680,4 @@ Emitted when a user joins a voice channel, supplies a User_ and a VoiceChannel_ voiceLeave ~~~~~~~~~~ -Emitted when a user leaves a voice channel, supplies a User_ and a VoiceChannel_ \ No newline at end of file +Emitted when a user leaves a voice channel, supplies a User_ and a VoiceChannel_