This commit is contained in:
2025-07-12 17:39:07 +00:00
parent ec7060686a
commit 29b804eee4
6 changed files with 82 additions and 456 deletions

View File

@ -1,17 +1,14 @@
{
"name": "chatbot",
"name": "rainer",
"version": "1.0.0",
"description": "",
"main": "src/index.mjs",
"scripts": {
"start": "node src/index.mjs"
},
"author": "",
"author": "Flummi",
"license": "ISC",
"dependencies": {
"cuffeo": "^1.2.2",
"discord.js": "^14.14.1",
"fetch": "^1.1.0",
"node-fetch": "^3.3.2"
"cuffeo": "^1.2.2"
}
}