chore(release): v2.7.0
This commit is contained in:
parent
062ac5de89
commit
afcfd29a92
@ -14,7 +14,7 @@
|
||||
|
||||
## 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.
|
||||
|
||||
@ -68,7 +68,7 @@ client.login('token');
|
||||
|
||||
## Get Token ?
|
||||
|
||||
<strong>Copy code to console Discord [Ctrl + Shift + I]</strong>
|
||||
<strong>Run code (Discord Console - [Ctrl + Shift + I])</strong>
|
||||
|
||||
```js
|
||||
window.webpackChunkdiscord_app.push([
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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]",
|
||||
"main": "./src/index.js",
|
||||
"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;
|
||||
|
||||
// GuildForum
|
||||
export type ChannelFlagsString =
|
||||
| 'PINNED'
|
||||
| 'REQUIRE_TAG';
|
||||
export type ChannelFlagsString = 'PINNED' | 'REQUIRE_TAG';
|
||||
export class ChannelFlags extends BitField<ChannelFlagsString> {
|
||||
public static FLAGS: Record<ChannelFlagsString, number>;
|
||||
public static resolve(bit?: BitFieldResolvable<ChannelFlagsString, number>): number;
|
||||
|
Loading…
Reference in New Issue
Block a user