fix(typing) WebEmbed
This commit is contained in:
parent
e7ca84ee3b
commit
0d8ac2a57c
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@ -1858,6 +1858,8 @@ export class MessageEmbed {
|
||||
export class WebEmbed {
|
||||
public constructor(data?: WebEmbedOptions);
|
||||
public author: MessageEmbedAuthor | null;
|
||||
public baseURL: string | undefined;
|
||||
public shortenAPI: string | undefined;
|
||||
public color: number | null;
|
||||
public description: string | null;
|
||||
public image: MessageEmbedImage | null;
|
||||
|
Loading…
Reference in New Issue
Block a user