mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs/typings: Rename LURKABLE to PUBLIC and update GuildFeatures type (#3484)
* docs: Rename LURKABLE to PUBLIC * typings: Update GuildFeatures type
This commit is contained in:
@@ -154,7 +154,7 @@ class Guild extends Base {
|
||||
* * DISCOVERABLE
|
||||
* * FEATURABLE
|
||||
* * INVITE_SPLASH
|
||||
* * LURKABLE
|
||||
* * PUBLIC
|
||||
* * NEWS
|
||||
* * PARTNERED
|
||||
* * VANITY_URL
|
||||
|
||||
17
typings/index.d.ts
vendored
17
typings/index.d.ts
vendored
@@ -2235,13 +2235,18 @@ declare module 'discord.js' {
|
||||
channel: GuildChannelResolvable | null;
|
||||
}
|
||||
|
||||
type GuildFeatures = 'INVITE_SPLASH'
|
||||
| 'MORE_EMOJI'
|
||||
| 'VERIFIED'
|
||||
| 'VIP_REGIONS'
|
||||
| 'VANITY_URL'
|
||||
type GuildFeatures = 'ANIMATED_ICON'
|
||||
| 'BANNER'
|
||||
| 'COMMERCE'
|
||||
| 'DISCOVERABLE'
|
||||
| 'FEATURABLE';
|
||||
| 'FEATURABLE'
|
||||
| 'INVITE_SPLASH'
|
||||
| 'PUBLIC'
|
||||
| 'NEWS'
|
||||
| 'PARTNERED'
|
||||
| 'VANITY_URL'
|
||||
| 'VERIFIED'
|
||||
| 'VIP_REGIONS';
|
||||
|
||||
interface GuildMemberEditData {
|
||||
nick?: string;
|
||||
|
||||
Reference in New Issue
Block a user