mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
docs(Guild): clarify vanity URL documentation (#4125)
Co-authored-by: Antonio Román <kyradiscord@gmail.com> Co-authored-by: Crawl <icrawltogo@gmail.com>
This commit is contained in:
@@ -328,7 +328,7 @@ class Guild extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The vanity URL code of the guild, if any
|
* The vanity invite code of the guild, if any
|
||||||
* @type {?string}
|
* @type {?string}
|
||||||
*/
|
*/
|
||||||
this.vanityURLCode = data.vanity_url_code;
|
this.vanityURLCode = data.vanity_url_code;
|
||||||
|
|||||||
Reference in New Issue
Block a user