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 23:05:03 +02:00
committed by GitHub
co-authored by Antonio Román Crawl
parent 58d1589a55
commit 05cbf70486
+1 -1
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;