From 76796cd80f07b7c2ca1e1095dfe4a3ae1cc50d65 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 21 Feb 2017 20:11:58 +0000 Subject: [PATCH] Webpack build for branch master: b0338df7db7775cf9b652dde0d8e4f831b465a18 --- discord.master.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/discord.master.js b/discord.master.js index 30201513..5e1dca6b 100644 --- a/discord.master.js +++ b/discord.master.js @@ -4102,10 +4102,11 @@ class Guild { * @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 * 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|Role[]|Snowflake[]} [options.roles] Roles to add to the member - * @param {boolean} [options.mute] Whether the member should be muted - * @param {boolean} [options.deaf] Whether the member should be deafened + * (requires `MANAGE_ROLES`) + * @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} */ addMember(user, options) {