chore: v2.9.4

- fix fetchMemberList
This commit is contained in:
March 7th
2022-11-23 22:09:24 +07:00
parent 046a8d46c7
commit 62c71950ac
7 changed files with 69 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "2.9.3",
"version": "2.9.4",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
@@ -59,10 +59,10 @@
"@sapphire/shapeshift": "^3.7.0",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.3",
"axios": "^1.1.3",
"axios": "^1.2.0",
"bignumber.js": "^9.1.0",
"chalk": "^4.1.2",
"discord-api-types": "^0.37.17",
"discord-api-types": "^0.37.19",
"form-data": "^4.0.0",
"json-bigint": "^1.0.0",
"node-fetch": "^2.6.1",
@@ -84,7 +84,7 @@
"@types/node": "^16.11.12",
"conventional-changelog-cli": "^2.2.2",
"dtslint": "^4.2.1",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.2.1",
@@ -92,9 +92,9 @@
"is-ci": "^3.0.1",
"jest": "^28.1.3",
"lint-staged": "^12.1.4",
"prettier": "^2.5.1",
"prettier": "^2.8.0",
"tsd": "^0.24.1",
"tslint": "^6.1.3",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
}
}