forked from MarseyWorld/MarseyWorld
Tell ppl who won the lottery in loss messages
parent
e483accffb
commit
05d6a24535
|
@ -52,7 +52,7 @@ def end_lottery_session():
|
|||
+ f'Congratulations!\nOdds of winning: {chance_to_win}%'
|
||||
else:
|
||||
notification_text = f'You did not win the lottery. Better luck next time!\n' \
|
||||
+ f'Odds of winning: {chance_to_win}%'
|
||||
+ f'Odds of winning: {chance_to_win}%\nWinner: @{winning_user.username}'
|
||||
send_repeatable_notification(user.id, notification_text)
|
||||
user.currently_held_lottery_tickets = 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue