Skip to content

Commit

Permalink
fix(Rádio Animu): switch the clientid (PreMiD#7649)
Browse files Browse the repository at this point in the history
* fix: add a fallback message

added a fallback message for any part of the site that is unimplemented in the presence

* chore: bump up the version

* fix(Rádio Animu): switch the clientid

* chore: bump the version
  • Loading branch information
bossatossa authored Oct 4, 2023
1 parent fdece91 commit dbf15af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion websites/R/Rádio Animu/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"nl": "De meest moe radio in Brazilië"
},
"url": "www.animu.com.br",
"version": "1.2.27",
"version": "1.2.28",
"logo": "https://cdn.rcd.gg/PreMiD/websites/R/R%C3%A1dio%20Animu/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/R/R%C3%A1dio%20Animu/assets/thumbnail.png",
"color": "#2c004b",
Expand Down
2 changes: 1 addition & 1 deletion websites/R/Rádio Animu/presence.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const presence = new Presence({
clientId: "828278673680498699",
clientId: "1159205639852138628",
}),
strings = presence.getStrings({
play: "general.playing",
Expand Down

0 comments on commit dbf15af

Please sign in to comment.