Skip to content

Commit

Permalink
Update log-to-readable-md.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGAGON committed Aug 6, 2023
1 parent 274e47f commit 3435d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-to-readable-md.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def emojing_roles(role) :
roles = ['Medic', 'Seer', 'Villager_simple', 'Werewolf_leader', 'Werewolf_simple']
roles_emoji = ['🩺','🔍','👤','👤','👤','😈','😈']
roles_emoji = ['🩺','🔍','👤','😈','😈']
return role + roles_emoji[roles.index(role)]

def results(votes) :
Expand Down

0 comments on commit 3435d2c

Please sign in to comment.