mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 03:00:35 +00:00
Webpack build for branch master: b0338df7db
This commit is contained in:
parent
ceb5c8b6b9
commit
76796cd80f
1 changed files with 4 additions and 3 deletions
|
|
@ -4102,10 +4102,11 @@ class Guild {
|
||||||
* @param {Object} options Options for the addition
|
* @param {Object} options Options for the addition
|
||||||
* @param {string} options.accessToken An OAuth2 access token for the user with the `guilds.join` scope granted to the
|
* @param {string} options.accessToken An OAuth2 access token for the user with the `guilds.join` scope granted to the
|
||||||
* bot's application
|
* bot's application
|
||||||
* @param {string} [options.nick] Nickname to give the member
|
* @param {string} [options.nick] Nickname to give the member (requires `MANAGE_NICKNAMES`)
|
||||||
* @param {Collection<Snowflake, Role>|Role[]|Snowflake[]} [options.roles] Roles to add to the member
|
* @param {Collection<Snowflake, Role>|Role[]|Snowflake[]} [options.roles] Roles to add to the member
|
||||||
* @param {boolean} [options.mute] Whether the member should be muted
|
* (requires `MANAGE_ROLES`)
|
||||||
* @param {boolean} [options.deaf] Whether the member should be deafened
|
* @param {boolean} [options.mute] Whether the member should be muted (requires `MUTE_MEMBERS`)
|
||||||
|
* @param {boolean} [options.deaf] Whether the member should be deafened (requires `DEAFEN_MEMBERS`)
|
||||||
* @returns {Promise<GuildMember>}
|
* @returns {Promise<GuildMember>}
|
||||||
*/
|
*/
|
||||||
addMember(user, options) {
|
addMember(user, options) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue