Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: Sort guild features and make sure they're up to date #3441

Merged
merged 1 commit into from Aug 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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