mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
Webpack build for branch master: 4aa82b4fdf
This commit is contained in:
parent
11b68f1eca
commit
38126b94bf
1 changed files with 1 additions and 1 deletions
|
|
@ -7509,7 +7509,7 @@ class Guild {
|
||||||
* @returns {Promise<Guild>}
|
* @returns {Promise<Guild>}
|
||||||
* @example
|
* @example
|
||||||
* // edit the guild owner
|
* // 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}`))
|
* .then(updated => console.log(`Updated the guild owner to ${updated.owner.username}`))
|
||||||
* .catch(console.error);
|
* .catch(console.error);
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue