mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user