feat: Change radiant_indicator position in serialize_match_for_discord TUN-48
This commit is contained in:
parent
2185d955ad
commit
520409f735
2
dota.py
2
dota.py
@ -284,7 +284,7 @@ def serialize_match_for_discord(match_):
|
|||||||
"color": color,
|
"color": color,
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "天辉" + radiant_indicator,
|
"name": radiant_indicator + "天辉",
|
||||||
"value": match_['radiant_score'],
|
"value": match_['radiant_score'],
|
||||||
"inline": True
|
"inline": True
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user