From ea8ceee24cfe7927efa02c313d6f290cecf05ce1 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:26:16 +0700 Subject: [PATCH] WebEmbed finish --- package.json | 4 ++-- typings/index.d.ts | 1 - typings/index.test-d.ts | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ec4b062..66aae5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js-selfbot-v13", - "version": "1.2.3", + "version": "1.2.4", "description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]", "main": "./src/index.js", "types": "./typings/index.d.ts", @@ -33,7 +33,7 @@ "discordapp" ], "author": "aiko-chan-ai", - "license": "ISC", + "license": "GNU General Public License v3.0", "bugs": { "url": "https://github.com/aiko-chan-ai/discord.js-selfbot-v13/issues" }, diff --git a/typings/index.d.ts b/typings/index.d.ts index 3f713f8..01ac852 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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; diff --git a/typings/index.test-d.ts b/typings/index.test-d.ts index 51c9900..bf1e75d 100644 --- a/typings/index.test-d.ts +++ b/typings/index.test-d.ts @@ -53,6 +53,7 @@ import { MessageCollector, MessageComponentInteraction, MessageEmbed, + WebEmbed, MessageReaction, NewsChannel, Options,