WebEmbed finish
This commit is contained in:
parent
0c4ae34567
commit
ea8ceee24c
@ -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"
|
||||
},
|
||||
|
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@ -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;
|
||||
|
@ -53,6 +53,7 @@ import {
|
||||
MessageCollector,
|
||||
MessageComponentInteraction,
|
||||
MessageEmbed,
|
||||
WebEmbed,
|
||||
MessageReaction,
|
||||
NewsChannel,
|
||||
Options,
|
||||
|
Loading…
Reference in New Issue
Block a user