Skip to content

Commit

Permalink
fix(ClientApplication): type fetchAssets as resolving with an a… (#4078)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC authored Apr 16, 2020
1 parent a8db988 commit 72a7f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 72a7f2b

Please sign in to comment.