chore(release): v2.7.0
This commit is contained in:
parent
062ac5de89
commit
afcfd29a92
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
<strong>Welcome to `discord.js-selfbot-v13@v2.6`, based on `discord.js@13.11.0`</strong>
|
<strong>Welcome to `discord.js-selfbot-v13@v2.7`, based on `discord.js@13.11`</strong>
|
||||||
|
|
||||||
- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts to interact with the Discord API v9.
|
- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts to interact with the Discord API v9.
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ client.login('token');
|
|||||||
|
|
||||||
## Get Token ?
|
## Get Token ?
|
||||||
|
|
||||||
<strong>Copy code to console Discord [Ctrl + Shift + I]</strong>
|
<strong>Run code (Discord Console - [Ctrl + Shift + I])</strong>
|
||||||
|
|
||||||
```js
|
```js
|
||||||
window.webpackChunkdiscord_app.push([
|
window.webpackChunkdiscord_app.push([
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "discord.js-selfbot-v13",
|
"name": "discord.js-selfbot-v13",
|
||||||
"version": "2.6.16",
|
"version": "2.7.0",
|
||||||
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
|
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"types": "./typings/index.d.ts",
|
"types": "./typings/index.d.ts",
|
||||||
|
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@ -6884,9 +6884,7 @@ export type InternalDiscordGatewayAdapterCreator = (
|
|||||||
) => InternalDiscordGatewayAdapterImplementerMethods;
|
) => InternalDiscordGatewayAdapterImplementerMethods;
|
||||||
|
|
||||||
// GuildForum
|
// GuildForum
|
||||||
export type ChannelFlagsString =
|
export type ChannelFlagsString = 'PINNED' | 'REQUIRE_TAG';
|
||||||
| 'PINNED'
|
|
||||||
| 'REQUIRE_TAG';
|
|
||||||
export class ChannelFlags extends BitField<ChannelFlagsString> {
|
export class ChannelFlags extends BitField<ChannelFlagsString> {
|
||||||
public static FLAGS: Record<ChannelFlagsString, number>;
|
public static FLAGS: Record<ChannelFlagsString, number>;
|
||||||
public static resolve(bit?: BitFieldResolvable<ChannelFlagsString, number>): number;
|
public static resolve(bit?: BitFieldResolvable<ChannelFlagsString, number>): number;
|
||||||
|
Loading…
Reference in New Issue
Block a user