Files
discord-selfbot/package.json
T

19 lines
370 B
JSON

{
"name": "selfbot_discord",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.9",
"discord.js-selfbot-v13": "^3.4.5",
"dotenv": "^16.4.7"
}
}