rewrite na js bo rust jest zjebany

This commit is contained in:
Patryk Koreń
2025-12-26 18:31:14 +01:00
parent 7b72b15caa
commit 375779de9c
23 changed files with 1259 additions and 3827 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "dbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npm run build && npm start",
"start": "node ./dist/main.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "ssh://git@gitea.papryk.com:2222/Papryk/dj-spangebob.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@discordjs/voice": "^0.19.0",
"@snazzah/davey": "^0.1.9",
"@types/node": "^25.0.3",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"typescript": "^5.9.3"
}
}