Skip to content

Commit 06ef216

Browse files
chore: update assets
1 parent 91c139e commit 06ef216

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

websites/C/Channel 4/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"channel4.com",
1414
"www.channel4.com"
1515
],
16-
"version": "1.0.0",
17-
"logo": "https://i.imgur.com/dtaKMRh.png",
18-
"thumbnail": "https://deadline.com/wp-content/uploads/2023/06/gogglebox-cast.jpg",
16+
"version": "1.0.1",
17+
"logo": "https://cdn.rcd.gg/PreMiD/websites/C/Channel%204/assets/logo.png",
18+
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/C/Channel%204/assets/thumbnail.jpg",
1919
"color": "#a9ff8a",
2020
"category": "videos",
2121
"tags": [

websites/C/Channel 4/presence.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const presence = new Presence({
55
})
66

77
enum ActivityAssets {
8-
Logo = 'https://i.imgur.com/dtaKMRh.png',
9-
newsLogo = 'https://i.imgur.com/QvHgsTZ.png',
8+
Logo = 'https://cdn.rcd.gg/PreMiD/websites/C/Channel%204/assets/logo.png',
9+
newsLogo = 'https://cdn.rcd.gg/PreMiD/websites/C/Channel%204/assets/0.png',
1010
}
1111

1212
const browsingTimestamp = Math.floor(Date.now() / 1000)

0 commit comments

Comments
 (0)