mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -255,7 +255,7 @@ declare module 'discord.js' {
|
||||
public icon: string;
|
||||
public id: Snowflake;
|
||||
public name: string;
|
||||
public owner: User | Team;
|
||||
public owner: User | Team | null;
|
||||
public rpcOrigins: string[];
|
||||
public coverImage(options?: AvatarOptions): string;
|
||||
public fetchAssets(): Promise<ClientApplicationAsset>;
|
||||
|
||||
Reference in New Issue
Block a user