From 95a8bd53520394f49ecc77f6b41baefe79c7ebfd Mon Sep 17 00:00:00 2001 From: Ching Date: Wed, 20 Mar 2024 11:47:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=AF=94=E8=B5=9B?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=A0=BC=E5=BC=8F=20#86enwkvn5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dota.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dota.py b/dota.py index 4e59b01..a1be132 100644 --- a/dota.py +++ b/dota.py @@ -261,10 +261,10 @@ def serialize_match_for_discord(match_): dire_highest_damage = player['hero_damage'] dire_highest_damage_idx = len(dire) - 1 - radiant[radiant_highest_gold_idx] = radiant[radiant_highest_gold_idx] + '💰' - radiant[radiant_highest_damage_idx] = radiant[radiant_highest_damage_idx] + '🩸' - dire[dire_highest_gold_idx] = dire[dire_highest_gold_idx] + '💰' - dire[dire_highest_damage_idx] = dire[dire_highest_damage_idx] + '🩸' + radiant[radiant_highest_gold_idx] = '💰' + radiant[radiant_highest_gold_idx] + radiant[radiant_highest_damage_idx] = '🩸' + radiant[radiant_highest_damage_idx] + dire[dire_highest_gold_idx] = '💰' + dire[dire_highest_gold_idx] + dire[dire_highest_damage_idx] = '🩸'+ dire[dire_highest_damage_idx] color = 6732650 if win else 16724787 # 66bb6a or FF3333