mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(ClientApplication): type fetchAssets as resolving with an a… (#4078)
This commit is contained in:
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 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;
|
||||
|
||||
Reference in New Issue
Block a user