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;