Skip to content

Commit

Permalink
feat: game emoji (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe authored Oct 11, 2023
1 parent 51ad53a commit b60b7af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/steambox/box.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ func getNameEmoji(id int, name string) string {
945360: "🕵️‍♂️ ", // Among Us
1250410: "🛩️ ", // Microsoft Flight Simulator
1091500: "🦾 ", // Cyberpunk 2077
594650: "🎯 ", // Hunt: Showdown
230410: "🐹 ", // Warframe
397540: "🤖 ", // Borderlands 3
49520: "🤖 ", // Borderlands 2
}

if emoji, ok := nameEmojiMap[id]; ok {
Expand Down

0 comments on commit b60b7af

Please sign in to comment.