minor change to print statement

pull/113/head
Aevann 2023-02-03 05:05:16 +02:00
parent e1a0e6a03e
commit b772cf12fe
1 changed files with 1 additions and 1 deletions

View File

@ -1304,7 +1304,7 @@ def claim_rewards(v):
g.db.delete(badge)
badge_grant(badge_id=20+highest_tier, user=v)
print(f'{v.username} rewards claimed successfully!', flush=True)
print(f'@{v.username} rewards claimed successfully!', flush=True)
def claim_rewards_all_users():