Skip to content

Commit

Permalink
chore(Timeguessr): update assets (#9173)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD authored Jan 17, 2025
1 parent 019371c commit dfdc2f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/T/Timeguessr/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"nl": "Timeguessr is een interactief spel dat je uitdaagt om het geschatte jaar en de locatie van een historische foto of gebeurtenis te raden."
},
"url": "timeguessr.com",
"version": "1.0.0",
"logo": "https://i.imgur.com/4B7bshL.jpeg",
"thumbnail": "https://i.imgur.com/9z0xNOJ.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/T/Timeguessr/assets/logo.jpeg",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/T/Timeguessr/assets/thumbnail.png",
"color": "#DB5049",
"category": "games",
"tags": [
Expand Down
3 changes: 2 additions & 1 deletion websites/T/Timeguessr/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const presence = new Presence({

presence.on("UpdateData", async () => {
const presenceData: PresenceData = {
largeImageKey: "https://i.imgur.com/4B7bshL.jpeg",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/T/Timeguessr/assets/logo.jpeg",
startTimestamp: browsingTimestamp,
},
privacy = await presence.getSetting<boolean>("privacy"),
Expand Down

0 comments on commit dfdc2f6

Please sign in to comment.