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,