fix(statistics): Fix several display errors.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user