mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +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:
|
||||
* * ANIMATED_ICON
|
||||
* * COMMERCE
|
||||
* * LURKABLE
|
||||
* * PARTNERED
|
||||
* * NEWS
|
||||
* * BANNER
|
||||
* * INVITE_SPLASH
|
||||
* * MORE_EMOJI
|
||||
* * VERIFIED
|
||||
|
|
|
|||
Loading…
Reference in a new issue