Skip to content

Commit

Permalink
chore: update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
PreMiD-Automations committed Feb 25, 2025
1 parent 4ef3cee commit 3c41286
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions websites/E/e-typing/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
"ja": "タイピングが少しうまくなると可能性が広がる。"
},
"url": "www.e-typing.ne.jp",
"version": "1.0.1",
"logo": "https://i.imgur.com/FbaFi9M.png",
"thumbnail": "https://i.imgur.com/ynvp2J1.png",
"version": "1.0.2",
"logo": "https://cdn.rcd.gg/PreMiD/websites/E/e-typing/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/E/e-typing/assets/thumbnail.png",
"color": "#fb9d2c",
"category": "games",
"tags": ["game", "typing"]
"tags": [
"game",
"typing"
]
}
6 changes: 3 additions & 3 deletions websites/E/e-typing/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const presence = new Presence({
clientId: '1343107487477399592',
})

const romaLargeImageKey = 'https://i.imgur.com/FbaFi9M.png'
const englishLargeImageKey = 'https://i.imgur.com/55iKGjg.png'
const kanaLargeImageKey = 'https://i.imgur.com/gJwNzqB.png'
const romaLargeImageKey = 'https://cdn.rcd.gg/PreMiD/websites/E/e-typing/assets/logo.png'
const englishLargeImageKey = 'https://cdn.rcd.gg/PreMiD/websites/E/e-typing/assets/0.png'
const kanaLargeImageKey = 'https://cdn.rcd.gg/PreMiD/websites/E/e-typing/assets/1.png'
const browsingTimestamp = Math.floor(Date.now() / 1000)

presence.on('UpdateData', async () => {
Expand Down

0 comments on commit 3c41286

Please sign in to comment.