This commit is contained in:
Tutur33
2024-03-02 21:15:14 +01:00
parent 90da5b1a97
commit 95daf7ef0f
10 changed files with 804 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "selfbot-discord",
"version": "1.0.0",
"description": "",
"main": "main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tutur33/selfbot-discord.git"
},
"author": "tuturp33",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Tutur33/selfbot-discord/issues"
},
"homepage": "https://github.com/Tutur33/selfbot-discord#readme",
"dependencies": {
"discord.js": "^14.14.1",
"discord.js-selfbot-v13": "^3.1.4",
"dotenv": "^16.4.5"
}
}