Skip to content

Commit 77133be

Browse files
chore: update assets
1 parent 6eb3d3e commit 77133be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

websites/E/Enma/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"url": "enma.lol",
1313
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*enma[.]lol[/]",
14-
"version": "1.0.0",
15-
"logo": "https://i.imgur.com/CQHGshu.png",
16-
"thumbnail": "https://i.imgur.com/glh5QCU.png",
14+
"version": "1.0.1",
15+
"logo": "https://cdn.rcd.gg/PreMiD/websites/E/Enma/assets/logo.png",
16+
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/E/Enma/assets/thumbnail.png",
1717
"color": "#121212",
1818
"category": "anime",
1919
"tags": [

websites/E/Enma/presence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const presence = new Presence({
66
const browsingTimestamp = Math.floor(Date.now() / 1000)
77

88
enum ActivityAssets {
9-
Logo = 'https://i.imgur.com/CQHGshu.png',
9+
Logo = 'https://cdn.rcd.gg/PreMiD/websites/E/Enma/assets/logo.png',
1010
}
1111
presence.on('UpdateData', async () => {
1212
const presenceData: PresenceData = {

0 commit comments

Comments
 (0)