Initial commit of karuta-starboard bot

This commit is contained in:
UltraLionFr
2025-07-19 05:01:14 +02:00
commit 85800e3c8f
13 changed files with 371 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"dependencies": {
"@discordjs/rest": "^2.5.1",
"csv-parser": "^3.2.0",
"discord-api-types": "^0.38.13",
"discord.js": "^14.20.0",
"dotenv": "^16.5.0",
"fs": "^0.0.1-security",
"node-fetch": "^3.3.2",
"yaml": "^2.8.0"
},
"name": "dabi",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}