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:
Hayden Andreyka
2020-08-11 14:05:03 -07:00
committed by GitHub
parent 58d1589a55
commit 05cbf70486

View File

@@ -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;