Skip to content

Commit

Permalink
Merge pull request #32 from zeroquinc:platinum-typo
Browse files Browse the repository at this point in the history
chore: better author name for platinum (imo)
  • Loading branch information
zeroquinc authored May 12, 2024
2 parents 275c943 + e7e121e commit 6d04be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trophies.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def create_platinum_embed(trophy, trophy_title_info, client, formatted_time_diff
embed.set_image(url=DISCORD_IMAGE)
embed.set_thumbnail(url=trophy_title.title_icon_url)
embed.set_footer(text=f"{client.online_id} • Platinum achieved on {format_date(trophy.earned_date_time)}", icon_url=client.profile_picture_url)
embed.set_author(name="A New Platinum", icon_url=trophy_title.title_icon_url)
embed.set_author(name="Platinum Unlocked", icon_url=trophy_title.title_icon_url)
return embed

async def process_trophies_embeds(client, title_ids, TROPHIES_INTERVAL):
Expand Down

0 comments on commit 6d04be8

Please sign in to comment.