mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00: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
|
* * DISCOVERABLE
|
||||||
* * FEATURABLE
|
* * FEATURABLE
|
||||||
* * INVITE_SPLASH
|
* * INVITE_SPLASH
|
||||||
* * PUBLIC
|
|
||||||
* * NEWS
|
* * NEWS
|
||||||
* * PARTNERED
|
* * PARTNERED
|
||||||
|
* * PUBLIC
|
||||||
|
* * PUBLIC_DISABLED
|
||||||
* * VANITY_URL
|
* * VANITY_URL
|
||||||
* * VERIFIED
|
* * VERIFIED
|
||||||
* * VIP_REGIONS
|
* * VIP_REGIONS
|
||||||
|
* * WELCOME_SCREEN_ENABLED
|
||||||
* @typedef {string} Features
|
* @typedef {string} Features
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Vendored
+4
-2
@@ -2510,12 +2510,14 @@ declare module 'discord.js' {
|
|||||||
| 'DISCOVERABLE'
|
| 'DISCOVERABLE'
|
||||||
| 'FEATURABLE'
|
| 'FEATURABLE'
|
||||||
| 'INVITE_SPLASH'
|
| 'INVITE_SPLASH'
|
||||||
| 'PUBLIC'
|
|
||||||
| 'NEWS'
|
| 'NEWS'
|
||||||
| 'PARTNERED'
|
| 'PARTNERED'
|
||||||
|
| 'PUBLIC'
|
||||||
|
| 'PUBLIC_DISABLED'
|
||||||
| 'VANITY_URL'
|
| 'VANITY_URL'
|
||||||
| 'VERIFIED'
|
| 'VERIFIED'
|
||||||
| 'VIP_REGIONS';
|
| 'VIP_REGIONS'
|
||||||
|
| 'WELCOME_SCREEN_ENABLED';
|
||||||
|
|
||||||
interface GuildMemberEditData {
|
interface GuildMemberEditData {
|
||||||
nick?: string;
|
nick?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user