From 5e4f9d436d33129ec7d2dfdf0c5d014d623c1e93 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Wed, 21 Aug 2019 14:52:35 +0300 Subject: [PATCH] src: alphabetize guild features and make sure they're up to date (#3441) --- src/structures/Guild.js | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 04aece2ff..f24f08e68 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -149,18 +149,17 @@ class Guild extends Base { /** * An array of enabled guild features, here are the possible values: * * ANIMATED_ICON - * * COMMERCE - * * LURKABLE - * * PARTNERED - * * NEWS * * BANNER - * * INVITE_SPLASH - * * MORE_EMOJI - * * VERIFIED - * * VIP_REGIONS - * * VANITY_URL + * * COMMERCE * * DISCOVERABLE * * FEATURABLE + * * INVITE_SPLASH + * * LURKABLE + * * NEWS + * * PARTNERED + * * VANITY_URL + * * VERIFIED + * * VIP_REGIONS * @typedef {string} Features */