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;