nub-7up
Version:
A Discord Self Bot package for automation and custom commands, mimicking traditional Self Bot tools
20 lines • 554 B
JSON
{
"name": "nub-7up",
"version": "1.0.0",
"description": "A Discord Self Bot package for automation and custom commands, mimicking traditional Self Bot tools",
"main": "index.js",
"dependencies": {
"discord.js-selfbot-v13": "^3.4.0"
},
"scripts": {
"start": "node index.js",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": ["self-bot", "automation", "discord"],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/nub-7up.git"
}
}