Skip to content

Commit

Permalink
fix(Club Penguin Journey): fix ClientId (#8961)
Browse files Browse the repository at this point in the history
* fix(Club Penguin Journey): fix ClientId

Signed-off-by: moyaimoment <51049688+moyaimoment@users.noreply.github.com>

* Version bump

Signed-off-by: moyaimoment <51049688+moyaimoment@users.noreply.github.com>

---------

Signed-off-by: moyaimoment <51049688+moyaimoment@users.noreply.github.com>
  • Loading branch information
moyaimoment authored Dec 18, 2024
1 parent bdf28b3 commit 62a86a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions websites/C/Club Penguin Journey/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cpjourney.net",
"play.cpjourney.net"
],
"version": "1.0.1",
"version": "1.0.2",
"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",
Expand All @@ -30,4 +30,4 @@
"cpj",
"cp-journey"
]
}
}
2 changes: 1 addition & 1 deletion websites/C/Club Penguin Journey/presence.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const presence = new Presence({
clientId: "620721262112538625",
clientId: "1312233249438961665",
}),
browsingTimestamp = Math.floor(Date.now() / 1000);

Expand Down

0 comments on commit 62a86a5

Please sign in to comment.