This commit is contained in:
Lukian LEIZOUR 2024-03-14 19:14:23 +01:00
parent 9341181f99
commit 236ca371bb
39 changed files with 659 additions and 1531 deletions

View file

@ -1,19 +1,21 @@
{
"name": "chaise_bot",
"version": "2.0.0",
"name": "chaise_bot_3.0",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon bot.js",
"start": "node bot.js"
"dev": "tsx watch src",
"build": "tsc",
"start": "node dist"
},
"author": "Ninja Jambon",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"discord.js": "^14.12.1",
"dotenv": "^16.3.1",
"mysql": "^2.18.1",
"openai": "^3.3.0"
"@mistralai/mistralai": "^0.1.3",
"@types/mysql": "^2.15.26",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"mysql": "^2.18.1"
}
}