mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: add new guild features (#5755)
This commit is contained in:
@@ -176,10 +176,13 @@ class Guild extends BaseGuild {
|
||||
* * FEATURABLE
|
||||
* * INVITE_SPLASH
|
||||
* * MEMBER_VERIFICATION_GATE_ENABLED
|
||||
* * MONETIZATION_ENABLED
|
||||
* * MORE_STICKERS
|
||||
* * NEWS
|
||||
* * PARTNERED
|
||||
* * PREVIEW_ENABLED
|
||||
* * RELAY_ENABLED
|
||||
* * TICKETED_EVENTS_ENABLED
|
||||
* * VANITY_URL
|
||||
* * VERIFIED
|
||||
* * VIP_REGIONS
|
||||
|
||||
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -3204,10 +3204,13 @@ declare module 'discord.js' {
|
||||
| 'FEATURABLE'
|
||||
| 'INVITE_SPLASH'
|
||||
| 'MEMBER_VERIFICATION_GATE_ENABLED'
|
||||
| 'MONETIZATION_ENABLED'
|
||||
| 'MORE_STICKERS'
|
||||
| 'NEWS'
|
||||
| 'PARTNERED'
|
||||
| 'PREVIEW_ENABLED'
|
||||
| 'RELAY_ENABLED'
|
||||
| 'TICKETED_EVENTS_ENABLED'
|
||||
| 'VANITY_URL'
|
||||
| 'VERIFIED'
|
||||
| 'VIP_REGIONS'
|
||||
|
||||
Reference in New Issue
Block a user