diff --git a/files/helpers/lottery.py b/files/helpers/lottery.py index 9f93238701..7c83330fd9 100644 --- a/files/helpers/lottery.py +++ b/files/helpers/lottery.py @@ -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