feat: init

This commit is contained in:
Fd
2026-02-18 23:44:09 +07:00
commit 09bf752a9a
9 changed files with 1321 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "RTRT",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]",
"dependencies": {
"@discordjs/voice": "^0.19.0",
"@snazzah/davey": "^0.1.9",
"canvas": "^3.2.1",
"debug": "^4.4.3",
"discord.js-selfbot-v13": "^3.7.1",
"dotenv": "^17.3.1",
"node-cron": "^4.2.1"
}
}