Files
discord-selfbot/package.json
T
2025-05-10 00:07:29 +02:00

20 lines
402 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",
"selfbot_discord": "file:"
}
}