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}%'
|
+ f'Congratulations!\nOdds of winning: {chance_to_win}%'
|
||||||
else:
|
else:
|
||||||
notification_text = f'You did not win the lottery. Better luck next time!\n' \
|
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)
|
send_repeatable_notification(user.id, notification_text)
|
||||||
user.currently_held_lottery_tickets = 0
|
user.currently_held_lottery_tickets = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue