Merge pull request #168 from hydrabolt/issue/144

Allow moving users to voice channels
This commit is contained in:
abalabahaha
2016-01-29 14:04:05 -08:00
5 changed files with 64 additions and 0 deletions

View File

@@ -289,6 +289,16 @@ Removes a user from a server
- **callback** - `function` taking the following:
- **error** - error if any occurred.
moveMember(user, channel, `callback`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moves a user from one voice channel into another.
- **user** - A `User Resolvable`_ that should be moved
- **channel** - The `Channel Resolvable`_ to move the user to
- **callback** - `function` taking the following:
- **error** - error if any occurred.
createInvite(channel, `options`, `callback`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~