mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 22:21:17 +00:00
Documentation
This commit is contained in:
parent
c93ed88daf
commit
9fab8ed381
1 changed files with 12 additions and 1 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Reference in a new issue