package.json aktualisiert

This commit is contained in:
Chaotischer 2026-03-09 23:49:00 +01:00
parent 27ae221376
commit b4abf4c950
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
{
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"@discord-player/extractor": "^7.2.0",
"@discordjs/voice": "^0.19.0",
@ -13,4 +16,4 @@
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
}
}
}