mirror of
https://github.com/danbulant/discord.js
synced 2026-06-06 16:22:08 +00:00
src: alphabetize guild features and make sure they're up to date (#3441)
This commit is contained in:
parent
fbd811517a
commit
5e4f9d436d
1 changed files with 8 additions and 9 deletions
|
|
@ -149,18 +149,17 @@ class Guild extends Base {
|
||||||
/**
|
/**
|
||||||
* An array of enabled guild features, here are the possible values:
|
* An array of enabled guild features, here are the possible values:
|
||||||
* * ANIMATED_ICON
|
* * ANIMATED_ICON
|
||||||
* * COMMERCE
|
|
||||||
* * LURKABLE
|
|
||||||
* * PARTNERED
|
|
||||||
* * NEWS
|
|
||||||
* * BANNER
|
* * BANNER
|
||||||
* * INVITE_SPLASH
|
* * COMMERCE
|
||||||
* * MORE_EMOJI
|
|
||||||
* * VERIFIED
|
|
||||||
* * VIP_REGIONS
|
|
||||||
* * VANITY_URL
|
|
||||||
* * DISCOVERABLE
|
* * DISCOVERABLE
|
||||||
* * FEATURABLE
|
* * FEATURABLE
|
||||||
|
* * INVITE_SPLASH
|
||||||
|
* * LURKABLE
|
||||||
|
* * NEWS
|
||||||
|
* * PARTNERED
|
||||||
|
* * VANITY_URL
|
||||||
|
* * VERIFIED
|
||||||
|
* * VIP_REGIONS
|
||||||
* @typedef {string} Features
|
* @typedef {string} Features
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue