New structure 2

This commit is contained in:
2025-11-11 13:07:51 +01:00
parent 89bc226d6b
commit 82e5e71ffe
9 changed files with 123 additions and 112 deletions

View File

@@ -41,15 +41,12 @@ npm start
**Usage:**
```bash
# Run update manually
node setup/update/update.mjs
node scripts/installer/update.mjs
```
**Automatic updates:** The bot checks for updates on startup (controlled by `update.enabled` in config.jsonc).
### update/setup.mjs
**Interactive setup wizard** used by setup.bat/setup.sh.
This is typically not run directly - use the wrapper scripts instead.
**Note:** Installer scripts have been moved to `scripts/installer/` directory. See `scripts/README.md` for details.
## Quick Start Guide