Initial commit

This commit is contained in:
2025-05-13 20:04:04 +02:00
parent 9f14dd6ce3
commit 4671bf27de
6 changed files with 2373 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"dependencies": {
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"node-schedule": "^2.1.1",
"node-schedule-tz": "^1.2.1-4",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7"
},
"name": "desasterdiscordbot",
"version": "1.0.0",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}