Skip to content

Commit

Permalink
Revert "src: alphabetize guild features and make sure they're up to d…
Browse files Browse the repository at this point in the history
…ate (discordjs#3441)"

This reverts commit fa95640.
  • Loading branch information
samsamson33 committed Feb 27, 2020
1 parent 4db0228 commit d726d96
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/structures/Guild.js
Expand Up @@ -149,17 +149,18 @@ class Guild extends Base {
/**
* An array of enabled guild features, here are the possible values:
* * ANIMATED_ICON
* * BANNER
* * COMMERCE
* * DISCOVERABLE
* * FEATURABLE
* * INVITE_SPLASH
* * LURKABLE
* * NEWS
* * PARTNERED
* * VANITY_URL
* * NEWS
* * BANNER
* * INVITE_SPLASH
* * MORE_EMOJI
* * VERIFIED
* * VIP_REGIONS
* * VANITY_URL
* * DISCOVERABLE
* * FEATURABLE
* @typedef {string} Features
*/

Expand Down

0 comments on commit d726d96

Please sign in to comment.