docs(Guild): add missing features (#3406)

* Update Guild.js

* Update Guild.js

* style(Guild): remove trailing space

* typings(Guild): add new features
This commit is contained in:
Alex
2019-07-28 06:24:27 -07:00
committed by SpaceEEC
parent d8516efa36
commit e562564123
2 changed files with 5 additions and 1 deletions

View File

@@ -159,6 +159,8 @@ class Guild extends Base {
* * VERIFIED
* * VIP_REGIONS
* * VANITY_URL
* * DISCOVERABLE
* * FEATURABLE
* @typedef {string} Features
*/

4
typings/index.d.ts vendored
View File

@@ -2223,7 +2223,9 @@ declare module 'discord.js' {
| 'MORE_EMOJI'
| 'VERIFIED'
| 'VIP_REGIONS'
| 'VANITY_URL';
| 'VANITY_URL'
| 'DISCOVERABLE'
| 'FEATURABLE';
interface GuildMemberEditData {
nick?: string;