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 Mar 3, 2025
1 parent 651da6c commit 9d2b361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions websites/S/Suno/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"en": "Suno is building a future where anyone can make great music."
},
"url": "suno.com",
"version": "1.0.0",
"logo": "https://i.imgur.com/hhoRf5s.png",
"thumbnail": "https://cdn1.suno.ai/preview.jpg",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Suno/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Suno/assets/thumbnail.jpg",
"color": "#0e0808",
"category": "music",
"tags": [
Expand Down
4 changes: 2 additions & 2 deletions websites/S/Suno/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const presence = new Presence({
const browsingTimestamp = Math.floor(Date.now() / 1000)

enum ActivityAssets {
Logo = 'https://i.imgur.com/hhoRf5s.png',
Loading = 'https://i.imgur.com/BmD5TZZ.gif',
Logo = 'https://cdn.rcd.gg/PreMiD/websites/S/Suno/assets/logo.png',
Loading = 'https://cdn.rcd.gg/PreMiD/websites/S/Suno/assets/0.gif',
}

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

0 comments on commit 9d2b361

Please sign in to comment.