1er commit, mise en service

This commit is contained in:
2025-09-28 11:00:47 +02:00
parent be15fde570
commit 863666b009
8 changed files with 772 additions and 1 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "umbra-monitor-bot",
"version": "1.0.0",
"description": "Discord Monitoring pour les services Umbra",
"main": "src/bot.js",
"type": "commonjs",
"scripts": {
"start": "node src/bot.js"
},
"dependencies": {
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"js-yaml": "^4.1.0",
"undici": "^6.19.8"
}
}