Archived
1
0
Fork 0

add cytoid profile

This commit is contained in:
yzhh 2021-02-11 20:42:19 +08:00
parent 2288414a0f
commit b5d36e0c3b

View file

@ -26,7 +26,7 @@ async def cytoid_profile(kwargs: dict):
totalExp = profile['exp']['totalExp']
currentLevel = profile['exp']['currentLevel']
nextLevelExp = profile['exp']['nextLevelExp']
rating = profile['exp']['rating']
rating = profile['rating']
grade = profile['grade']
grade = f'A: {grade["A"]}, B: {grade["B"]}, C: {grade["C"]}, D: {grade["D"]}, F: {grade["F"]}, S: {grade["S"]}, SS: {grade["SS"]}'
text = f'UID: {uid}\n' +\