forked from rDrama/rDrama
1
0
Fork 0

add missing "award"

master
Aevann 2023-10-07 18:08:28 +03:00
parent a2503e3a5b
commit 68ceff8320
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ def award_thing(v, thing_type, id):
abort(409, f"{safe_username} under the effect of a conflicting award: OwOify award!")
if author.sharpen:
abort(409, f"{safe_username} under the effect of a conflicting award: Sharpen!")
abort(409, f"{safe_username} under the effect of a conflicting award: Sharpen award!")
if author.chud == 1:
abort(409, f"{safe_username} already chudded permanently!")