tested & working basic bot

This commit is contained in:
Darius
2025-09-27 16:12:50 +02:00
parent 44f3f7af0b
commit 10eee0c0fd
16 changed files with 161 additions and 127 deletions

View File

@@ -7,9 +7,9 @@
"clean": "rimraf dist",
"build": "npm run clean && tsc -p .",
"start": "node dist/bot.js",
"dev": "nodemon src/bot.ts --verbose",
"setup:env": "nodemon src/setup-env.ts --verbose",
"setup:auth": "nodemon src/setup-auth.ts --verbose"
"dev": "nodemon src/bot.ts",
"setup:env": "nodemon src/setup-env.ts",
"setup:auth": "nodemon src/setup-auth.ts"
},
"keywords": [],
"author": "",