chore: update typings

This commit is contained in:
Johnson Chen
2020-04-20 03:30:50 +10:00
parent 02b5678a01
commit 133ad98e9d

1
typings/index.d.ts vendored
View File

@@ -634,6 +634,7 @@ declare module 'discord.js' {
public systemChannelFlags: Readonly<SystemChannelFlags>;
public systemChannelID: Snowflake | null;
public vanityURLCode: string | null;
public vanityURLUses: number | null;
public verificationLevel: VerificationLevel;
public readonly verified: boolean;
public readonly voice: VoiceState | null;