From 026a4e549f59319f307ae30143f049c69f6dd1e4 Mon Sep 17 00:00:00 2001 From: Johnson Chen Date: Mon, 20 Apr 2020 01:02:36 +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 206017262..fec5edd63 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -656,6 +656,7 @@ declare module 'discord.js' { public fetchInvites(): Promise>; public fetchPreview(): Promise; public fetchVanityCode(): Promise; + public fetchVanityData(): Promise<{ code: string; uses: number }>; public fetchVoiceRegions(): Promise>; public fetchWebhooks(): Promise>; public iconURL(options?: ImageURLOptions & { dynamic?: boolean }): string | null;