mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
feat(Guild): PUBLIC_DISABLED and WELCOME_SCREEN_ENABLED features (#4009)
This commit is contained in:
@@ -160,12 +160,14 @@ class Guild extends Base {
|
||||
* * DISCOVERABLE
|
||||
* * FEATURABLE
|
||||
* * INVITE_SPLASH
|
||||
* * PUBLIC
|
||||
* * NEWS
|
||||
* * PARTNERED
|
||||
* * PUBLIC
|
||||
* * PUBLIC_DISABLED
|
||||
* * VANITY_URL
|
||||
* * VERIFIED
|
||||
* * VIP_REGIONS
|
||||
* * WELCOME_SCREEN_ENABLED
|
||||
* @typedef {string} Features
|
||||
*/
|
||||
|
||||
|
||||
6
typings/index.d.ts
vendored
6
typings/index.d.ts
vendored
@@ -2510,12 +2510,14 @@ declare module 'discord.js' {
|
||||
| 'DISCOVERABLE'
|
||||
| 'FEATURABLE'
|
||||
| 'INVITE_SPLASH'
|
||||
| 'PUBLIC'
|
||||
| 'NEWS'
|
||||
| 'PARTNERED'
|
||||
| 'PUBLIC'
|
||||
| 'PUBLIC_DISABLED'
|
||||
| 'VANITY_URL'
|
||||
| 'VERIFIED'
|
||||
| 'VIP_REGIONS';
|
||||
| 'VIP_REGIONS'
|
||||
| 'WELCOME_SCREEN_ENABLED';
|
||||
|
||||
interface GuildMemberEditData {
|
||||
nick?: string;
|
||||
|
||||
Reference in New Issue
Block a user