We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe0c14 commit 2656409Copy full SHA for 2656409
1 file changed
src/main/java/technobot/commands/casino/SlotsCommand.java
@@ -107,9 +107,9 @@ public void execute(SlashCommandInteractionEvent event) {
107
long earnings = bet;
108
if (isWinner) {
109
switch (slot[0]) {
110
- case 0 -> earnings = bet * 5;
111
- case 1 -> earnings = bet * 8;
112
- case 2 -> earnings = bet * 10;
+ case 0 -> earnings = bet * 9;
+ case 1 -> earnings = bet * 9;
+ case 2 -> earnings = bet * 9;
113
}
114
115
0 commit comments