Update README.md
This commit is contained in:
20
README.md
20
README.md
@@ -51,17 +51,18 @@ Efter første installation:
|
||||
|
||||
## 📁 Struktur
|
||||
|
||||
/bot
|
||||
├── /data
|
||||
│ ├── app.db
|
||||
│ ├── bot.log
|
||||
│ └── settings.json
|
||||
├── /web
|
||||
├── bot.php # PHP-socket bot
|
||||
├── ws_server.js # WebSocket server
|
||||
├── .env # Twitch credentials
|
||||
/bot <br>
|
||||
├── /data <br>
|
||||
│ ├── app.db <br>
|
||||
│ ├── bot.log <br>
|
||||
│ └── settings.json <br>
|
||||
├── /web <br>
|
||||
├── bot.php # PHP-socket bot <br>
|
||||
├── ws_server.js # WebSocket server <br>
|
||||
├── .env # Twitch credentials <br>
|
||||
|
||||
###
|
||||
```
|
||||
/web
|
||||
|
||||
api.php
|
||||
@@ -161,6 +162,7 @@ log.php / validate.php: fejlsøgning
|
||||
Slet efter opsætning: migrate_users.php, create_admin.php
|
||||
Valgfri moduler: bets.php, poll.php, raffle.php, slots.php, points.php, help.php, send.php, log.php, eventsub_setup.php
|
||||
(Men hvis du fjerner en side, så fjern også linket til den i index.php.)
|
||||
```
|
||||
|
||||
## 📄 Filer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user