From 05cbf70486ee04a61d0e349aff9ef2dfa67ee981 Mon Sep 17 00:00:00 2001 From: Hayden Andreyka Date: Tue, 11 Aug 2020 14:05:03 -0700 Subject: [PATCH] docs(Guild): clarify vanity URL documentation (#4125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Antonio Román Co-authored-by: Crawl --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index aa6158d49..d28b6bb79 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -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;