Documentation

This commit is contained in:
meew0
2016-01-29 22:48:52 +01:00
parent c93ed88daf
commit 9fab8ed381

View File

@@ -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_
Emitted when a user leaves a voice channel, supplies a User_ and a VoiceChannel_