chore: release v2.8.13
This commit is contained in:
parent
f671aa3899
commit
328f95643d
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discord.js-selfbot-v13",
|
||||
"version": "2.8.12",
|
||||
"version": "2.8.13",
|
||||
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
|
||||
"main": "./src/index.js",
|
||||
"types": "./typings/index.d.ts",
|
||||
|
7
typings/index.d.ts
vendored
7
typings/index.d.ts
vendored
@ -2556,12 +2556,7 @@ export class Role extends Base {
|
||||
public static comparePositions(role1: Role, role2: Role): number;
|
||||
}
|
||||
|
||||
export type SelectMenuTypes =
|
||||
| 'STRING_SELECT'
|
||||
| 'USER_SELECT'
|
||||
| 'ROLE_SELECT'
|
||||
| 'MENTIONABLE_SELECT'
|
||||
| 'CHANNEL_SELECT';
|
||||
export type SelectMenuTypes = 'STRING_SELECT' | 'USER_SELECT' | 'ROLE_SELECT' | 'MENTIONABLE_SELECT' | 'CHANNEL_SELECT';
|
||||
|
||||
export class SelectMenuInteraction<Cached extends CacheType = CacheType> extends MessageComponentInteraction<Cached> {
|
||||
public constructor(client: Client, data: RawMessageSelectMenuInteractionData);
|
||||
|
Loading…
Reference in New Issue
Block a user