make award message better

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-05 05:56:01 +02:00
parent 1c51eeeb6c
commit 471147080f
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ def award_thing(v, thing_type, id):
msg = f"@{v.username} has given your [{thing_type}]({thing.shortlink}) the {AWARDS[kind]['title']} Award"
if awarded_coins > 0:
msg += f" and got {awarded_coins} coins"
msg += f" and you have received {awarded_coins} coins as a result"
msg += "!"
if note: msg += f"\n\n> {note}"
send_repeatable_notification(author.id, msg)