mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
src: alphabetize guild features and make sure they're up to date (#3441)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user