From 72a7f2b3ed046ffd66abb175b5d2293a3fa2afec Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Thu, 16 Apr 2020 09:27:52 +0200 Subject: [PATCH] =?UTF-8?q?fix(ClientApplication):=20type=20fetchAssets=20?= =?UTF-8?q?as=20resolving=20with=20an=20a=E2=80=A6=20(#4078)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 5f9f1f410..1e6cbe44c 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -209,7 +209,7 @@ declare module 'discord.js' { public owner: User | Team | null; public rpcOrigins: string[]; public coverImage(options?: ImageURLOptions): string; - public fetchAssets(): Promise; + public fetchAssets(): Promise; public iconURL(options?: ImageURLOptions): string; public toJSON(): object; public toString(): string;