This commit is contained in:
2025-09-06 14:15:41 +02:00
commit 6aa356f532
4 changed files with 72 additions and 0 deletions

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "discord-n8n-bot",
"version": "1.0.0",
"main": "bot.js",
"type": "module",
"dependencies": {
"discord.js": "^14.14.1",
"node-fetch": "^3.3.2"
}
}