From ebbde21e2609dca665b4fdc87c02d715cba9bcf2 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 2 Mar 2018 04:45:06 +0000 Subject: [PATCH] Webpack build for branch 11.3-dev: 96e88f3cefa7b7c37426721c8bc3ff760b4e1d51 --- discord.11.3-dev.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discord.11.3-dev.js b/discord.11.3-dev.js index edb7ec47..618a09f5 100644 --- a/discord.11.3-dev.js +++ b/discord.11.3-dev.js @@ -8913,7 +8913,7 @@ class Guild { /** * Fetch all webhooks for the guild. - * @returns {Collection} + * @returns {Promise>} * @example * // Fetch webhooks * guild.fetchWebhooks() @@ -8926,7 +8926,7 @@ class Guild { /** * Fetch available voice regions. - * @returns {Collection} + * @returns {Promise>} * @example * // Fetch voice regions * guild.fetchVoiceRegions() @@ -9168,7 +9168,7 @@ class Guild { * @example * // Edit the guild AFK channel * guild.setAFKChannel(channel) - * .then(g => console.log(`Updated guild AFK channel to ${g.afkChannel}`)) + * .then(g => console.log(`Updated guild AFK channel to ${g.afkChannel.name}`)) * .catch(console.error); */ setAFKChannel(afkChannel, reason) {