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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;