chore(release): v2.6.0

No discord.js v13.11 :v
This commit is contained in:
March 7th 2022-08-15 19:51:51 +07:00
parent 347caf9dce
commit a4061d4927
3 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@
## About ## About
<strong>Welcome to `discord.js-selfbot-v13@v2.5`, based on `discord.js@13.10.2`</strong> <strong>Welcome to `discord.js-selfbot-v13@v2.6`, based on `discord.js@13.10.2`</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.5.2", "version": "2.6.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",
@ -56,6 +56,7 @@
"@discordjs/collection": "^1.0.0", "@discordjs/collection": "^1.0.0",
"@discordjs/voice": "^0.11.0", "@discordjs/voice": "^0.11.0",
"@sapphire/async-queue": "^1.4.0", "@sapphire/async-queue": "^1.4.0",
"@sapphire/shapeshift": "^3.5.1",
"@types/node-fetch": "^2.6.2", "@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"axios": "^0.27.2", "axios": "^0.27.2",