Source code for sleamdge.util
import steam
[docs]
EMOJIS = dict[str, str](
[
("steamthumbsup", "👍"),
("steamthumbsdown", "👎"),
("steambored", "🥱"),
("steamfacepalm", "🤦"),
("steamhappy", "😄"),
("steammocking", "😝"),
("steamsalty", "🧂"),
("steamsad", "😔"),
("steamthis", "⬆"),
]
)