Skip to content

Commit

Permalink
src: alphabetize guild features and make sure they're up to date (#3441)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored and amishshah committed Aug 21, 2019
1 parent fbd8115 commit 5e4f9d4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/structures/Guild.js
Expand Up @@ -149,18 +149,17 @@ class Guild extends Base {
/**
* An array of enabled guild features, here are the possible values:
* * ANIMATED_ICON
* * BANNER
* * COMMERCE
* * DISCOVERABLE
* * FEATURABLE
* * INVITE_SPLASH
* * LURKABLE
* * PARTNERED
* * NEWS
* * BANNER
* * INVITE_SPLASH
* * MORE_EMOJI
* * PARTNERED
* * VANITY_URL
* * VERIFIED
* * VIP_REGIONS
* * VANITY_URL
* * DISCOVERABLE
* * FEATURABLE
* @typedef {string} Features
*/

Expand Down

0 comments on commit 5e4f9d4

Please sign in to comment.