Skip to content

Commit

Permalink
chore: update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
PreMiD-Automations committed Mar 5, 2025
1 parent 4552fb7 commit 7362bf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/Q/Quizypedia/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"quizypedia.fr",
"www.quizypedia.fr"
],
"version": "1.0.0",
"logo": "https://i.imgur.com/rnJFBnZ.png",
"thumbnail": "https://i.imgur.com/ArPb0xe.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/Q/Quizypedia/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/Q/Quizypedia/assets/thumbnail.png",
"color": "#1D8DD7",
"category": "games",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/Q/Quizypedia/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function getUsername() {

presence.on('UpdateData', async () => {
const presenceData: PresenceData = {
largeImageKey: 'https://i.imgur.com/rnJFBnZ.png',
largeImageKey: 'https://cdn.rcd.gg/PreMiD/websites/Q/Quizypedia/assets/logo.png',
startTimestamp: browsingTimestamp,
}
const [showUsername] = await Promise.all([
Expand Down

0 comments on commit 7362bf5

Please sign in to comment.