forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-10-24 22:22:04 +03:00
parent f8d7daa378
commit 55941a8562
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ def award_thing(v, thing_type, id):
n = send_repeatable_notification(author.id, msg)
if n: n.created_utc -= 1
msg = f"{safe_username} under the effect of a deflector award; your {award_title} Award has been deflected back to you :marseytroll:"
msg = f"@{thing.author_name} is under the effect of a deflector award; your {award_title} Award has been deflected back to you :marseytroll:"
n = send_repeatable_notification(v.id, msg)
if n: n.created_utc -= 1
elif kind not in {'spider', 'jumpscare'}: