blackjack fixes

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-13 20:07:13 -06:00
parent 39e7e61bcb
commit 7c0763d81f
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ def execute_blackjack(v, target, body, type):
if notif:
g.db.add(notif)
g.db.flush()
elif extra_info: send_repeatable_notification(CARP_ID, f"Blackjack for {v.name}: {extra_info}")
elif extra_info: send_repeatable_notification(CARP_ID, f"Blackjack for {v.username}: {extra_info}")
return False
return True