chore: release v2.8.12
This commit is contained in:
parent
5810144d71
commit
a768fbf590
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discord.js-selfbot-v13",
|
||||
"version": "2.8.11",
|
||||
"version": "2.8.12",
|
||||
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
|
||||
"main": "./src/index.js",
|
||||
"types": "./typings/index.d.ts",
|
||||
@ -62,7 +62,7 @@
|
||||
"axios": "^0.27.2",
|
||||
"bignumber.js": "^9.1.0",
|
||||
"chalk": "^4.1.2",
|
||||
"discord-api-types": "^0.37.14",
|
||||
"discord-api-types": "^0.37.16",
|
||||
"form-data": "^4.0.0",
|
||||
"json-bigint": "^1.0.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
@ -70,7 +70,7 @@
|
||||
"safe-base64": "^2.0.1-0",
|
||||
"string_decoder": "^1.3.0",
|
||||
"string-similarity": "^4.0.4",
|
||||
"ws": "^8.9.0"
|
||||
"ws": "^8.10.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.6.0",
|
||||
|
7
typings/index.d.ts
vendored
7
typings/index.d.ts
vendored
@ -2553,7 +2553,12 @@ export class Role extends Base {
|
||||
public static comparePositions(role1: Role, role2: Role): number;
|
||||
}
|
||||
|
||||
export type SelectMenuTypes = 'STRING_SELECT_MENU' | 'USER_SELECT_MENU' | 'ROLE_SELECT_MENU' | 'MENTIONABLE_SELECT_MENU' | 'CHANNEL_SELECT_MENU';
|
||||
export type SelectMenuTypes =
|
||||
| 'STRING_SELECT_MENU'
|
||||
| 'USER_SELECT_MENU'
|
||||
| 'ROLE_SELECT_MENU'
|
||||
| 'MENTIONABLE_SELECT_MENU'
|
||||
| 'CHANNEL_SELECT_MENU';
|
||||
|
||||
export class SelectMenuInteraction<Cached extends CacheType = CacheType> extends MessageComponentInteraction<Cached> {
|
||||
public constructor(client: Client, data: RawMessageSelectMenuInteractionData);
|
||||
|
Loading…
Reference in New Issue
Block a user