mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Don't require a server for moveMember
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user