mirror of
https://github.com/danbulant/discord.js
synced 2026-05-31 13:21:56 +00:00
docs(Guild): add missing features (#3336)
The addition of missing guild features that were added in the Nitro boost update, such as ANIMATED_ICON
This commit is contained in:
parent
4a2335c69c
commit
19ef45130b
1 changed files with 6 additions and 0 deletions
|
|
@ -144,6 +144,12 @@ 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
|
||||||
|
* * COMMERCE
|
||||||
|
* * LURKABLE
|
||||||
|
* * PARTNERED
|
||||||
|
* * NEWS
|
||||||
|
* * BANNER
|
||||||
* * INVITE_SPLASH
|
* * INVITE_SPLASH
|
||||||
* * MORE_EMOJI
|
* * MORE_EMOJI
|
||||||
* * VERIFIED
|
* * VERIFIED
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue