mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
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:
parent
d8516efa36
commit
e562564123
2 changed files with 5 additions and 1 deletions
|
|
@ -159,6 +159,8 @@ class Guild extends Base {
|
|||
* * VERIFIED
|
||||
* * VIP_REGIONS
|
||||
* * VANITY_URL
|
||||
* * DISCOVERABLE
|
||||
* * FEATURABLE
|
||||
* @typedef {string} Features
|
||||
*/
|
||||
|
||||
|
|
|
|||
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
|
|
@ -2223,7 +2223,9 @@ declare module 'discord.js' {
|
|||
| 'MORE_EMOJI'
|
||||
| 'VERIFIED'
|
||||
| 'VIP_REGIONS'
|
||||
| 'VANITY_URL';
|
||||
| 'VANITY_URL'
|
||||
| 'DISCOVERABLE'
|
||||
| 'FEATURABLE';
|
||||
|
||||
interface GuildMemberEditData {
|
||||
nick?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue