From 9fab8ed381b2808714a65560830baeb0adcbc08f Mon Sep 17 00:00:00 2001 From: meew0 Date: Fri, 29 Jan 2016 22:48:52 +0100 Subject: [PATCH] Documentation --- docs/docs_client.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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_