Update New Method

This commit is contained in:
March 7th
2022-03-28 20:46:18 +07:00
parent 21446dad38
commit 26c1e01a5f
7 changed files with 100 additions and 6 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "1.1.6",
"version": "1.1.7",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
@@ -56,6 +56,7 @@
"lodash": "^4.17.21",
"lodash.snakecase": "^4.1.1",
"node-fetch": "^2.6.1",
"string-similarity": "^4.0.4",
"undici": "^4.15.0",
"ws": "^8.5.0"
},