From 133ad98e9d0b18e57b881e17f9652b968d9f55ca Mon Sep 17 00:00:00 2001 From: Johnson Chen Date: Mon, 20 Apr 2020 03:30:50 +1000 Subject: [PATCH] chore: update typings --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index fec5edd63..c95a2f899 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -634,6 +634,7 @@ declare module 'discord.js' { public systemChannelFlags: Readonly; public systemChannelID: Snowflake | null; public vanityURLCode: string | null; + public vanityURLUses: number | null; public verificationLevel: VerificationLevel; public readonly verified: boolean; public readonly voice: VoiceState | null;