пятерки
This commit is contained in:
@@ -1628,6 +1628,7 @@ async def team(who: str):
|
|||||||
"weight": f"{item.get('weight')} kg" if item.get("weight") else 0,
|
"weight": f"{item.get('weight')} kg" if item.get("weight") else 0,
|
||||||
"isStart": stats.get("isStart", False),
|
"isStart": stats.get("isStart", False),
|
||||||
"isOn": "🏀" if stats.get("isOnCourt") is True else "",
|
"isOn": "🏀" if stats.get("isOnCourt") is True else "",
|
||||||
|
"isOnCourt": stats.get("isOnCourt", False),
|
||||||
"flag": (
|
"flag": (
|
||||||
"https://flagicons.lipis.dev/flags/4x3/"
|
"https://flagicons.lipis.dev/flags/4x3/"
|
||||||
+ (
|
+ (
|
||||||
|
|||||||
Reference in New Issue
Block a user