commit
c52551d006
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
<strong>Welcome to `discord.js-selfbot-v13@v2.6`, based on `discord.js@13.10.2`</strong>
|
<strong>Welcome to `discord.js-selfbot-v13@v2.6`, based on `discord.js@13.10.3`</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.
|
||||||
|
|
||||||
|
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.6",
|
"version": "2.6.7",
|
||||||
"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",
|
||||||
|
@ -454,7 +454,7 @@ class Client extends BaseClient {
|
|||||||
failIfError: false,
|
failIfError: false,
|
||||||
});
|
});
|
||||||
// Step 2: Add event
|
// Step 2: Add event
|
||||||
QR.on('ready', async url => {
|
QR.on('ready', async (_, url) => {
|
||||||
await this.remoteAuth(url, true);
|
await this.remoteAuth(url, true);
|
||||||
}).on('finish', (user, token) => {
|
}).on('finish', (user, token) => {
|
||||||
resolve(token);
|
resolve(token);
|
||||||
|
Loading…
Reference in New Issue
Block a user