You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
embed=discord.Embed(description=f"**[{game.title}]({game.url})** ({game.remap_console_name()}) \n\nThis is [{user}]({profile.profile.user_url})'s **{mastered_count}** mastery!\n\nMastered in {mastery_time}\n\nMastered by {highest_unlock} out of {game.total_players_hardcore} players ({mastery_percentage}%)", color=most_common_color)
162
-
embed.set_footer(text=f"{user} • Mastery achieved on {game_progress.highest_award_date_format}", icon_url=profile.profile.user_pic_unique)
161
+
162
+
# Load emoji mappings
163
+
withopen('emoji.json') asf:
164
+
emoji_mappings=json.load(f)
165
+
# Get the emoji ID based on console name, with a general emoji if no specific match is found
0 commit comments