mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 15:51:31 +00:00
fix(ClientApplication): type fetchAssets as resolving with an a… (#4078)
This commit is contained in:
parent
a8db9884d5
commit
72a7f2b3ed
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -209,7 +209,7 @@ declare module 'discord.js' {
|
||||||
public owner: User | Team | null;
|
public owner: User | Team | null;
|
||||||
public rpcOrigins: string[];
|
public rpcOrigins: string[];
|
||||||
public coverImage(options?: ImageURLOptions): string;
|
public coverImage(options?: ImageURLOptions): string;
|
||||||
public fetchAssets(): Promise<ClientApplicationAsset>;
|
public fetchAssets(): Promise<ClientApplicationAsset[]>;
|
||||||
public iconURL(options?: ImageURLOptions): string;
|
public iconURL(options?: ImageURLOptions): string;
|
||||||
public toJSON(): object;
|
public toJSON(): object;
|
||||||
public toString(): string;
|
public toString(): string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue