mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +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:
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