Webpack build for branch master: 4aa82b4fdf

This commit is contained in:
Travis CI 2017-04-15 20:16:11 +00:00
parent 11b68f1eca
commit 38126b94bf

View file

@ -7509,7 +7509,7 @@ class Guild {
* @returns {Promise<Guild>}
* @example
* // edit the guild owner
* guild.setOwner(guilds.members[0])
* guild.setOwner(guild.members.first())
* .then(updated => console.log(`Updated the guild owner to ${updated.owner.username}`))
* .catch(console.error);
*/