WebEmbed finish

This commit is contained in:
March 7th
2022-04-01 12:26:16 +07:00
parent 0c4ae34567
commit ea8ceee24c
3 changed files with 3 additions and 3 deletions

1
typings/index.d.ts vendored
View File

@@ -1765,7 +1765,6 @@ export class WebEmbed {
public author: MessageEmbedAuthor | null;
public color: number | null;
public description: string | null;
public readonly hexColor: HexColorString | null;
public image: MessageEmbedImage | null;
public provider: MessageEmbedProvider | null;
public title: string | null;

View File

@@ -53,6 +53,7 @@ import {
MessageCollector,
MessageComponentInteraction,
MessageEmbed,
WebEmbed,
MessageReaction,
NewsChannel,
Options,