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