remotes/1693045480750635534/spooky-22
Aevann1 2022-05-27 23:31:02 +02:00
parent a355742049
commit 4c112b1edb
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ def admin_userawards_post(v):
g.db.add(award)
if v.id != u.id:
text = f"@{v.username} has given the following awards:\n\n"
text = f"@{v.username} has given you the following awards:\n\n"
for key, value in notify_awards.items():
text += f" - **{value}** {AWARDS[key]['title']} {'Awards' if value != 1 else 'Award'}\n"
send_repeatable_notification(u.id, text)