Skip to content

Commit

Permalink
chore(BeatLeader): update assets (PreMiD#7769)
Browse files Browse the repository at this point in the history
* chore: update assets

Signed-off-by: SeMiD <[email protected]>

* chore: use template literal to force imgur link

---------

Signed-off-by: SeMiD <[email protected]>
Co-authored-by: theusaf <[email protected]>
  • Loading branch information
SeMiD and theusaf authored Nov 26, 2023
1 parent a5ed126 commit 0ba858b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion websites/B/BeatLeader/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"royale.beatleader.xyz"
],
"regExp": ".+\\.beatleader.xyz",
"version": "1.4.3",
"version": "1.4.4",
"logo": "https://cdn.rcd.gg/PreMiD/websites/B/BeatLeader/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/B/BeatLeader/assets/thumbnail.png",
"color": "#c81c9f",
Expand Down
2 changes: 1 addition & 1 deletion websites/B/BeatLeader/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const presence = new Presence({
"https://cdn.rcd.gg/PreMiD/websites/B/BeatLeader/assets/79.png", //Poodleader
"https://cdn.rcd.gg/PreMiD/websites/B/BeatLeader/assets/80.png", //GladdePaling
"https://cdn.rcd.gg/PreMiD/websites/B/BeatLeader/assets/81.gif", //EarthDay
"https://i.imgur.com" + "/Kf8bXNc.gif", //Christmas
`https://i.imgur.com${"/Kf8bXNc.gif"}`, //Christmas
];

const enum Assets {
Expand Down

0 comments on commit 0ba858b

Please sign in to comment.