mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +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}
|
||||
*/
|
||||
this.vanityURLCode = data.vanity_url_code;
|
||||
|
|
|
|||
Loading…
Reference in a new issue