fix(statistics): Fix several display errors.

This commit is contained in:
2023-10-01 14:21:59 +03:00
parent 5cb391eab3
commit 8a2c85113e
4 changed files with 6 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ async def get_profile_card(bot: LionBot, userid: int, guildid: int):
else:
next_rank = None
achievements = (0, 1)
achievements = (0, 1, 2, 3)
card = ProfileCard(
user=username,