Skip to content

Commit

Permalink
chore(Moopa): update assets (PreMiD#7583)
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 Aug 16, 2023
1 parent c6e67ba commit 261fd3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/M/Moopa/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"en": "Moopa is a free Anime and Manga streaming website with AniList integration where you can easily track your progress with a single click of a button."
},
"url": "moopa.live",
"version": "1.0.0",
"logo": "https://i.imgur.com/lelaLhp.png",
"thumbnail": "https://i.imgur.com/pNmZsH3.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/M/Moopa/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/Moopa/assets/thumbnail.png",
"color": "#FF7F57",
"category": "anime",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/M/Moopa/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const presence = new Presence({
browsingTimestamp = Math.floor(Date.now() / 1000);

const enum Assets {
Logo = "https://i.imgur.com/lelaLhp.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/M/Moopa/assets/logo.png",
}

function getTitle(titleLang: number) {
Expand Down

0 comments on commit 261fd3f

Please sign in to comment.