gambling-bot-shared 0.1.29 → 0.1.31
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.
|
@@ -99,13 +99,17 @@ exports.defaultCasinoSettings = {
|
|
|
99
99
|
},
|
|
100
100
|
plinko: {
|
|
101
101
|
binMultipliers: {
|
|
102
|
-
0:
|
|
103
|
-
1:
|
|
104
|
-
2:
|
|
105
|
-
3: 0.
|
|
106
|
-
4: 0.
|
|
107
|
-
5:
|
|
108
|
-
6:
|
|
109
|
-
|
|
102
|
+
0: 8,
|
|
103
|
+
1: 6,
|
|
104
|
+
2: 1.5,
|
|
105
|
+
3: 0.75,
|
|
106
|
+
4: 0.5,
|
|
107
|
+
5: 0.75,
|
|
108
|
+
6: 1.5,
|
|
109
|
+
7: 6,
|
|
110
|
+
8: 8
|
|
111
|
+
},
|
|
112
|
+
maxBet: 0,
|
|
113
|
+
minBet: 0
|
|
110
114
|
}
|
|
111
115
|
};
|
|
@@ -165,7 +165,11 @@ export declare const GuildConfigurationSchema: Schema<TGuildConfiguration, impor
|
|
|
165
165
|
4: number;
|
|
166
166
|
5: number;
|
|
167
167
|
6: number;
|
|
168
|
+
7: number;
|
|
169
|
+
8: number;
|
|
168
170
|
};
|
|
171
|
+
maxBet: number;
|
|
172
|
+
minBet: number;
|
|
169
173
|
};
|
|
170
174
|
}, TGuildConfiguration, import("mongoose").Document<unknown, {}, TGuildConfiguration, {
|
|
171
175
|
id: string;
|