Skip to content

Commit

Permalink
fix: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxgh committed Oct 20, 2023
1 parent 3edaa7f commit 5c03998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/referral_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async def generate_rank_upgrade(weekly_invites : list):
**The winner is....**
## {winner}
> Total Guild Experience:- `{format(winner_gexp, ',d')}`
> Valid Invites:- `{format(len(winner_invites), ',d')}`
> Valid Invites:- `{format(len(winner_invites), ',d') if winner_invites else 0}`
> Total Entries:- `{format(entries[winner_uuid], ',d') if winner_uuid in entries else 0}`
Expand Down

0 comments on commit 5c03998

Please sign in to comment.