Skip to content

Commit

Permalink
chore(Poke): update assets (#8204)
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 Mar 26, 2024
1 parent 54717cb commit f43cad0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions websites/P/Poke/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"poketube.fun",
"poke.ggtyler.dev",
"poke.vern.cc"
],
],
"matches": [
"*://poketube.fun/*",
"*://poke.vern.cc/*",
"*://poke.ggtyler.dev/*"
],
"version": "1.0.0",
"logo": "https://poketube.fun/css/yt-ukraine-512.png",
"thumbnail": "https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/aa70111e-5bcd-4379-8b23-332a33012b78.image.png",
"*://poketube.fun/*",
"*://poke.vern.cc/*",
"*://poke.ggtyler.dev/*"
],
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/P/Poke/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/P/Poke/assets/thumbnail.png",
"color": "#414161",
"category": "videos",
"tags": [
"video",
"media"
]
}
}
2 changes: 1 addition & 1 deletion websites/P/Poke/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function getTimestamps() {

presence.on("UpdateData", async () => {
const presenceData: PresenceData = {
largeImageKey: "https://poketube.fun/css/yt-ukraine-512.png",
largeImageKey: "https://cdn.rcd.gg/PreMiD/websites/P/Poke/assets/logo.png",
};
let clear = false;

Expand Down

0 comments on commit f43cad0

Please sign in to comment.