Skip to content

Commit

Permalink
chore(meow.camera): update assets (#8190)
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 19, 2024
1 parent 4bb8be6 commit 0edd48b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/M/meow.camera/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"matches": [
"*://meow.camera/*"
],
"version": "1.0.0",
"logo": "https://i.postimg.cc/GhMJx6PB/logo.png",
"thumbnail": "https://i.postimg.cc/GhshXyGk/Screenshot-1.jpg",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/M/meow.camera/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/meow.camera/assets/thumbnail.jpg",
"color": "#000000",
"category": "videos",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/M/meow.camera/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const presence = new Presence({
let browsingTimestamp = Math.floor(Date.now() / 1000);

const enum Assets {
Logo = "https://i.postimg.cc/GhMJx6PB/logo.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/M/meow.camera/assets/logo.png",
}

presence.on("UpdateData", async () => {
Expand Down

0 comments on commit 0edd48b

Please sign in to comment.