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 20, 2025
1 parent 01ea682 commit 07aef56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions websites/G/Google/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"name": "TheDrop.",
"id": "293828021134295040"
},
"contributors": [{
"name": "Atom Skully",
"id": "671037171611729920"
}],
"contributors": [
{
"name": "Atom Skully",
"id": "671037171611729920"
}
],
"service": "Google",
"description": {
"en": "Google is a search engine that can be employed to find a variety of information such as websites, pictures, maps.",
Expand All @@ -20,7 +22,7 @@
},
"url": "www.google.com",
"regExp": "www[.]google([.][a-z]+)+[/]",
"version": "2.5.0",
"version": "2.5.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/G/Google/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/G/Google/assets/thumbnail.png",
"color": "#ffffff",
Expand Down
4 changes: 2 additions & 2 deletions websites/G/Google/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 {
chartUp = 'https://i.imgur.com/IRsr71H.png',
chartDown = 'https://i.imgur.com/zqYYyLW.png',
chartUp = 'https://cdn.rcd.gg/PreMiD/websites/G/Google/assets/0.png',
chartDown = 'https://cdn.rcd.gg/PreMiD/websites/G/Google/assets/1.png',
}

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

0 comments on commit 07aef56

Please sign in to comment.