Initial commit

This commit is contained in:
2025-05-03 12:03:31 +02:00
commit b55ff5829c
19 changed files with 983 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "app",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"discord.js": "^14.18.0",
"elysia": "^1.2.25"
},
"devDependencies": {
"bun-types": "^1.2.9"
},
"module": "src/index.js"
}