Skip to content

Commit

Permalink
feat(Guild): PUBLIC_DISABLED and WELCOME_SCREEN_ENABLED features (#4009)
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 committed Apr 3, 2020
1 parent 691e96c commit 849c632
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/structures/Guild.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 4 additions & 2 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 849c632

Please sign in to comment.