first commit

This commit is contained in:
2023-12-31 14:29:10 +00:00
commit 1b80d11a2c
6 changed files with 1461 additions and 0 deletions

17
package.json Normal file
View File

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