mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Documentation
This commit is contained in:
@@ -276,6 +276,17 @@ Removes a user from a server
|
|||||||
- **callback** - `function` taking the following:
|
- **callback** - `function` taking the following:
|
||||||
- **error** - error if any occurred.
|
- **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`)
|
createInvite(channel, `options`, `callback`)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@@ -669,4 +680,4 @@ Emitted when a user joins a voice channel, supplies a User_ and a VoiceChannel_
|
|||||||
voiceLeave
|
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_
|
||||||
|
|||||||
Reference in New Issue
Block a user