From 5fa6a432aa274eef5ae994e10d925965e91690e2 Mon Sep 17 00:00:00 2001 From: Johnson Chen Date: Mon, 20 Apr 2020 03:47:03 +1000 Subject: [PATCH] chore: fix jsdoc description for fetchVanityData --- 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 371e5279e..7d51b6f2e 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -754,7 +754,7 @@ class Guild extends Base { } /** - * An object containing information about a guild member's ban. + * An object containing information about a guild's vanity url. * @typedef {Object} VanityData * @property {?string} code Vanity URL invite code, not the full url * @property {?number} uses How many times this invite has been used