Skip to content

Commit e7e121e

Browse files
committed
chore: better author name for platinum (imo)
1 parent 275c943 commit e7e121e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trophies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def create_platinum_embed(trophy, trophy_title_info, client, formatted_time_diff
7373
embed.set_image(url=DISCORD_IMAGE)
7474
embed.set_thumbnail(url=trophy_title.title_icon_url)
7575
embed.set_footer(text=f"{client.online_id} • Platinum achieved on {format_date(trophy.earned_date_time)}", icon_url=client.profile_picture_url)
76-
embed.set_author(name="A New Platinum", icon_url=trophy_title.title_icon_url)
76+
embed.set_author(name="Platinum Unlocked", icon_url=trophy_title.title_icon_url)
7777
return embed
7878

7979
async def process_trophies_embeds(client, title_ids, TROPHIES_INTERVAL):

0 commit comments

Comments
 (0)