Don't require a server for moveMember

This commit is contained in:
meew0
2016-01-29 23:03:12 +01:00
parent 9fab8ed381
commit fe9911acc2
5 changed files with 12 additions and 11 deletions

View File

@@ -276,13 +276,12 @@ Removes a user from a server
- **callback** - `function` taking the following:
- **error** - error if any occurred.
moveMember(user, server, channel, `callback`)
moveMember(user, 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.