Initial commit

This commit is contained in:
2024-05-05 13:22:35 +02:00
commit 42340fa164
43 changed files with 3999 additions and 0 deletions

25
package.json Executable file
View File

@@ -0,0 +1,25 @@
{
"name": "datboi",
"version": "1.0.0",
"description": "Dat boi, the annoying discord bot",
"main": "index.js",
"scripts": {
"start": "node --trace-warnings index.js",
"stop": "sh ~/scripts/sshKill.sh"
},
"author": "Tomato#6966 (author of this template), Ninluc",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.10.0",
"ascii-table": "0.0.9",
"discord.js": "^13.8.1",
"ffmpeg-static": "^4.4.1",
"libsodium-wrappers": "^0.7.10",
"moment": "^2.29.4"
},
"devDependencies": {
"ascii-table": "0.0.9",
"colors": "^1.4.0"
}
}