fix(ClientApplication): type fetchAssets as resolving with an a… (#4078)

This commit is contained in:
SpaceEEC
2020-04-16 09:27:52 +02:00
committed by GitHub
parent a8db9884d5
commit 72a7f2b3ed

2
typings/index.d.ts vendored
View File

@@ -209,7 +209,7 @@ declare module 'discord.js' {
public owner: User | Team | null;
public rpcOrigins: string[];
public coverImage(options?: ImageURLOptions): string;
public fetchAssets(): Promise<ClientApplicationAsset>;
public fetchAssets(): Promise<ClientApplicationAsset[]>;
public iconURL(options?: ImageURLOptions): string;
public toJSON(): object;
public toString(): string;