Merge pull request #275 from aiko-chan-ai/dev

chore(release): v2.6.7
This commit is contained in:
Cinnamon 2022-08-23 23:49:56 +07:00 committed by GitHub
commit c52551d006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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",

View File

@ -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);