Skip to content

Commit

Permalink
chore: update assets (#7517)
Browse files Browse the repository at this point in the history
Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD authored Jul 22, 2023
1 parent e147d3d commit ae915a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions websites/A/AniWatch/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"en": "AniWatch.to - A site to watch anime online for Free"
},
"url": "aniwatch.to",
"version": "1.0.1",
"logo": "https://i.imgur.com/LvFXasi.png",
"thumbnail": "https://i.imgur.com/TAc6lvS.png",
"version": "1.0.2",
"logo": "https://cdn.rcd.gg/PreMiD/websites/A/AniWatch/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/A/AniWatch/assets/thumbnail.png",
"color": "#ffdd95",
"category": "anime",
"tags": [
Expand Down
6 changes: 3 additions & 3 deletions websites/A/AniWatch/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ let data: {
} = null;

const enum Assets {
AniWatchLogo = "https://i.imgur.com/0x3NWRV.png",
Settings = "https://i.imgur.com/AuOsdzi.png",
Notifications = "https://i.imgur.com/TjzBYj9.png",
AniWatchLogo = "https://cdn.rcd.gg/PreMiD/websites/A/AniWatch/assets/0.png",
Settings = "https://cdn.rcd.gg/PreMiD/websites/A/AniWatch/assets/1.png",
Notifications = "https://cdn.rcd.gg/PreMiD/websites/A/AniWatch/assets/2.png",
}

presence.on(
Expand Down

0 comments on commit ae915a1

Please sign in to comment.