Skip to content

Commit

Permalink
chore: revert papara changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eggsy committed Jan 20, 2025
1 parent b455428 commit 508d5e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions websites/P/Papara Topluluk/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@
"tr": "Diğer kullanıcılara soru sorabileceğiniz, anında yanıt alabileceğiniz ve uygulama ile ilgili fikirlerinizi paylaşabileceğiniz Papara Topluluğu, Papara'nın geleceğini şekillendiriyor."
},
"url": "topluluk.papara.com",
<<<<<<< HEAD
"version": "1.0.8",
"logo": "https://i.imgur.com/3zExiGz.png",
=======
"version": "1.0.11",

Check failure on line 14 in websites/P/Papara Topluluk/metadata.json

View workflow job for this annotation

GitHub Actions / Presence Validator

Version has not been bumped (Presence: Papara Topluluk)
"logo": "https://cdn.rcd.gg/PreMiD/websites/P/Papara%20Topluluk/assets/logo.png",
>>>>>>> 7d24efcf74e74746ecda25b0bf0ed1dcb4dad6ef
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/P/Papara%20Topluluk/assets/thumbnail.png",
"color": "#8C00A1",
"category": "socials",
Expand All @@ -34,4 +29,4 @@
"value": false
}
]
}
}
3 changes: 2 additions & 1 deletion websites/P/Papara Topluluk/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const presence = new Presence({

presence.on("UpdateData", async () => {
const presenceData: PresenceData = {
largeImageKey: "https://i.imgur.com/3zExiGz.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/P/Papara%20Topluluk/assets/logo.png",
startTimestamp: dateNow,
},
page = document.location.pathname,
Expand Down

0 comments on commit 508d5e0

Please sign in to comment.