diff --git a/src/structures/Guild.js b/src/structures/Guild.js index e2bc8c473..08aeb46d2 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -727,6 +727,7 @@ class Guild extends Base { * Fetches the vanity url invite code to this guild. * Resolves with a string matching the vanity url invite code, not the full url. * @returns {Promise} + * @deprecated * @example * // Fetch invites * guild.fetchVanityCode()