Add files via upload

This commit is contained in:
2025-08-30 18:05:01 +02:00
committed by GitHub
commit f22d04aa81
15 changed files with 2066 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "femboy-france-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.21.0",
"mysql2": "^3.14.3"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"eslint": "^9.33.0"
}
}