chore(release): version

This commit is contained in:
March 7th
2022-06-15 23:07:24 +07:00
parent d2a766ef3b
commit 007f0ef3b1
13 changed files with 173 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "2.3.2",
"version": "2.3.3",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
@@ -17,7 +17,7 @@
"lint:all": "npm run lint && npm run lint:typings",
"docs": "docgen --source src --custom docs/index.yml --output docs/main.json",
"docs:test": "docgen --source src --custom docs/index.yml",
"build": "npm run lint:fix && npm run lint:typings:fix && npm run format && npm run docs"
"build": "npm i && npm run lint:fix && npm run lint:typings:fix && npm run format && npm run docs"
},
"files": [
"src",
@@ -58,7 +58,6 @@
"@sapphire/snowflake": "^3.2.2",
"@types/node-fetch": "^2.6.1",
"@types/ws": "^8.5.3",
"ascii-table": "^0.0.9",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"bufferutil": "^4.0.6",
@@ -66,9 +65,7 @@
"discord-api-types": "^0.34.0",
"discord-bettermarkdown": "^1.2.0",
"discord-rpc-contructor": "^1.1.5",
"discord.js": "^13.8.0",
"form-data": "^4.0.0",
"i": "^0.3.7",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"lodash.snakecase": "^4.1.1",
@@ -77,7 +74,6 @@
"qrcode-terminal": "^0.12.0",
"safe-base64": "^2.0.1-0",
"string_decoder": "^1.3.0",
"string-similarity": "^4.0.4",
"utf-8-validate": "^5.0.9",
"ws": "^8.8.0"
},