jumpscare award: dont notify

pull/213/head
Aevann 2023-10-09 19:50:57 +03:00
parent ca98a23859
commit f68214b1bf
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ def award_thing(v, thing_type, id):
send_repeatable_notification(author.id, msg)
msg = f"{safe_username} under the effect of a deflector award; your {award_title} Award has been deflected back to you :marseytroll:"
send_repeatable_notification(v.id, msg)
elif kind != 'spider':
elif kind not in {'spider', 'jumpscare'}:
msg = f"@{v.username} has given [{link_text_in_notif}]({thing.shortlink}) the {award_title} Award"
if kind == 'shit':