forked from rDrama/rDrama
1
0
Fork 0

show the emoji in the note when giving emoji award

master
Aevann 2023-10-10 20:39:24 +03:00
parent ba1f14bdf5
commit 78b4c83b58
1 changed files with 3 additions and 1 deletions

View File

@ -609,7 +609,9 @@ def award_thing(v, thing_type, id):
msg += f" and you have received {awarded_coins} coins as a result"
msg += "!"
if note:
if kind == 'emoji':
msg += f"\n\n> :{award.note}:"
elif note:
note = '\n\n> '.join(note.splitlines())
if kind == "chud":
msg += f"\n\n**You now have to say this phrase in all posts and comments you make for 24 hours:**"