bug resolutions

This commit is contained in:
Lukian LEIZOUR 2024-03-15 21:48:59 +01:00
parent 414a9734c9
commit cb16fa9239
13 changed files with 78 additions and 81 deletions

View file

@ -3,6 +3,7 @@
"version": "3.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "tsx watch src",
"build": "tsc",
@ -14,6 +15,7 @@
"dependencies": {
"@mistralai/mistralai": "^0.1.3",
"@types/mysql": "^2.15.26",
"@types/node": "^20.11.27",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"mysql": "^2.18.1"