Skip to content

Commit

Permalink
chore(AniLibria): update assets (#8939)
Browse files Browse the repository at this point in the history
Signed-off-by: SeMiD <semid@premid.app>
  • Loading branch information
SeMiD authored Dec 9, 2024
1 parent 46c237d commit dc59c51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
14 changes: 9 additions & 5 deletions websites/A/AniLibria/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
"ru": "AniLibria.top — это русский сайт с аниме"
},
"url": "anilibria.top",
"version": "1.0.0",
"logo": "https://i.imgur.com/shUaioa.png",
"thumbnail": "https://i.imgur.com/cUAUbMU.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/A/AniLibria/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/A/AniLibria/assets/thumbnail.png",
"color": "#fe3635",
"category": "anime",
"tags": ["anilibria", "libria", "anime"]
}
"tags": [
"anilibria",
"libria",
"anime"
]
}
3 changes: 2 additions & 1 deletion websites/A/AniLibria/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ presence.on("UpdateData", async () => {

const presenceData: PresenceData = {
type: ActivityType.Watching,
largeImageKey: "https://i.imgur.com/shUaioa.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/A/AniLibria/assets/logo.png",
};

switch (true) {
Expand Down

0 comments on commit dc59c51

Please sign in to comment.