ECS Test Fluxer Bot 1.0.1

This commit is contained in:
2026-02-24 10:55:24 -05:00
commit 05dedd0271
6 changed files with 232 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "ecstest1",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "DevEhChad",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"@fluxerjs/core": "^1.2.2",
"dotenv": "^17.3.1"
}
}