edit something

This commit is contained in:
Asaki Yuki
2025-10-18 23:15:55 +07:00
parent ffdce31ecb
commit 7920681226
6 changed files with 11 additions and 15 deletions

View File

@@ -14,7 +14,8 @@
"type": "commonjs",
"main": "src/app.ts",
"scripts": {
"dev": "bun --watch src/app.ts"
"dev": "bun --watch src/app.ts",
"start": "bun src/app.ts"
},
"dependencies": {
"@discordjs/voice": "^0.19.0",