gambling-bot-shared 0.1.20 → 0.1.21
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 -1
- package/package.json +1 -1
package/README.MD
CHANGED
|
@@ -22,5 +22,15 @@ The project is split into three repositories:
|
|
|
22
22
|
- **Shared Package (this repository)**
|
|
23
23
|
|
|
24
24
|
- Common types, database models, and business logic shared between the admin panel and the bot.
|
|
25
|
+
- 🔗 https://github.com/krouskystepan/gambling-bot-shared
|
|
25
26
|
|
|
26
|
-
|
|
27
|
+
## Community
|
|
28
|
+
|
|
29
|
+
This project has a public Discord server where users can explore the system,
|
|
30
|
+
try the bot features, and follow development updates.
|
|
31
|
+
|
|
32
|
+
👉 **Discord server:**
|
|
33
|
+
https://discord.gg/Y2mMQN5QVE
|
|
34
|
+
|
|
35
|
+
All architecture decisions, data flow, and detailed explanations are documented
|
|
36
|
+
in the case study linked above.
|