mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 07:42:09 +00: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:
parent
58d1589a55
commit
05cbf70486
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue