Update 1.0.0

This commit is contained in:
Noah Pombas
2024-04-21 19:07:51 +02:00
parent a58330ec0a
commit 584afd0fe6
9 changed files with 296 additions and 3 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "project-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "noahpombas.ch",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.16.1",
"chalk": "^4.1.2",
"discord.js": "^14.12.1",
"dotenv": "^16.4.5"
}
}