gambling-bot-shared 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.MD +11 -8
- package/package.json +1 -1
package/README.MD
CHANGED
|
@@ -9,15 +9,18 @@ https://www.krouskystepan.com/projects/discord-gambling-hub
|
|
|
9
9
|
|
|
10
10
|
The project is split into three repositories:
|
|
11
11
|
|
|
12
|
-
- **Admin Panel**
|
|
13
|
-
Web interface for managing data and configuration.
|
|
14
|
-
🔗 https://github.com/krouskystepan/gambling-bot-admin
|
|
12
|
+
- **Admin Panel**
|
|
15
13
|
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
🔗 https://github.com/krouskystepan/gambling-bot-discord
|
|
14
|
+
- Web interface for managing data and configuration.
|
|
15
|
+
- 🔗 https://github.com/krouskystepan/gambling-bot-admin
|
|
19
16
|
|
|
20
|
-
- **
|
|
21
|
-
|
|
17
|
+
- **Discord Bot**
|
|
18
|
+
|
|
19
|
+
- Uses the shared data and logic to run the gambling system inside Discord.
|
|
20
|
+
- 🔗 https://github.com/krouskystepan/gambling-bot-discord
|
|
21
|
+
|
|
22
|
+
- **Shared Package (this repository)**
|
|
23
|
+
|
|
24
|
+
- Common types, database models, and business logic shared between the admin panel and the bot.
|
|
22
25
|
|
|
23
26
|
All architecture decisions, data flow, and detailed explanations are documented in the case study linked above.
|