From f0643d43491244b7d6aaf8f5250c4d6ae0b57586 Mon Sep 17 00:00:00 2001 From: Johnson Chen Date: Mon, 20 Apr 2020 00:53:53 +1000 Subject: [PATCH] chore: deprecate Guild.fetchVanityCode() --- src/structures/Guild.js | 1 + 1 file changed, 1 insertion(+) 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()