Skip to content

Commit

Permalink
Update slots.py
Browse files Browse the repository at this point in the history
updated import list
  • Loading branch information
DanielOrourke02 committed May 11, 2024
1 parent 2c9cebc commit bb8c34c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/slots.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@


from helpers import *
from utilities import *
from eco_support import *

Expand Down Expand Up @@ -59,7 +58,7 @@ async def slots(self, ctx: commands.Context, bet: int=None):
s2 = random.randint(1, items-1)
s3 = random.randint(1, items-1)

win_rate = 30/100
win_rate = 25/100

if random.random() < win_rate:
symbols_weights = [3.5, 7, 15, 25, 55] #
Expand Down

0 comments on commit bb8c34c

Please sign in to comment.