Skip to content

Commit

Permalink
chore(Club Penguin Journey): update assets (#8946)
Browse files Browse the repository at this point in the history
Signed-off-by: SeMiD <semid@premid.app>
Signed-off-by: Daniel Lau <32113157+theusaf@users.noreply.github.com>
Co-authored-by: Daniel Lau <32113157+theusaf@users.noreply.github.com>
  • Loading branch information
SeMiD and theusaf authored Dec 10, 2024
1 parent f47f899 commit d0d54af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/C/Club Penguin Journey/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"cpjourney.net",
"play.cpjourney.net"
],
"version": "1.0.0",
"logo": "https://i.imgur.com/2MUm0oA.jpeg",
"thumbnail": "https://i.imgur.com/89IiIcc.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/C/Club%20Penguin%20Journey/assets/logo.jpeg",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/C/Club%20Penguin%20Journey/assets/thumbnail.png",
"color": "#28a5fa",
"category": "games",
"tags": [
Expand Down
3 changes: 2 additions & 1 deletion websites/C/Club Penguin Journey/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/2MUm0oA.jpeg",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/C/Club%20Penguin%20Journey/assets/logo.jpeg",
startTimestamp: browsingTimestamp,
};

Expand Down

0 comments on commit d0d54af

Please sign in to comment.