big money big money

remotes/1693045480750635534/spooky-22
Aevann1 2022-01-31 03:41:00 +02:00
parent 7c7084b850
commit 501d0938b9
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,8 @@ class Slots:
from_user.coins += reward
from_user.winnings += reward
self.db.add(from_user)
from_comment.slots_result = f'{symbols} {text}'
self.db.add(from_comment)
if self.casino_word in in_text:
for word in in_text.split():
@ -72,10 +70,8 @@ class Slots:
from_user.procoins += reward
from_user.winnings += reward
self.db.add(from_user)
from_comment.slots_result = f'{symbols} {text}'
self.db.add(from_comment)
def determine_payout(self):