mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
chore: update typings
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -634,6 +634,7 @@ declare module 'discord.js' {
|
|||||||
public systemChannelFlags: Readonly<SystemChannelFlags>;
|
public systemChannelFlags: Readonly<SystemChannelFlags>;
|
||||||
public systemChannelID: Snowflake | null;
|
public systemChannelID: Snowflake | null;
|
||||||
public vanityURLCode: string | null;
|
public vanityURLCode: string | null;
|
||||||
|
public vanityURLUses: number | null;
|
||||||
public verificationLevel: VerificationLevel;
|
public verificationLevel: VerificationLevel;
|
||||||
public readonly verified: boolean;
|
public readonly verified: boolean;
|
||||||
public readonly voice: VoiceState | null;
|
public readonly voice: VoiceState | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user