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.
Files changed (2) hide show
  1. package/README.MD +11 -1
  2. 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
- All architecture decisions, data flow, and detailed explanations are documented in the case study linked above.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gambling-bot-shared",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "MIT",