mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53: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:
@@ -159,6 +159,8 @@ class Guild extends Base {
|
|||||||
* * VERIFIED
|
* * VERIFIED
|
||||||
* * VIP_REGIONS
|
* * VIP_REGIONS
|
||||||
* * VANITY_URL
|
* * VANITY_URL
|
||||||
|
* * DISCOVERABLE
|
||||||
|
* * FEATURABLE
|
||||||
* @typedef {string} Features
|
* @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'
|
| 'MORE_EMOJI'
|
||||||
| 'VERIFIED'
|
| 'VERIFIED'
|
||||||
| 'VIP_REGIONS'
|
| 'VIP_REGIONS'
|
||||||
| 'VANITY_URL';
|
| 'VANITY_URL'
|
||||||
|
| 'DISCOVERABLE'
|
||||||
|
| 'FEATURABLE';
|
||||||
|
|
||||||
interface GuildMemberEditData {
|
interface GuildMemberEditData {
|
||||||
nick?: string;
|
nick?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user