Skip to content

Commit

Permalink
chore(Wolfery): update assets (PreMiD#8452)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD authored Jun 5, 2024
1 parent 381c302 commit 9f005d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions websites/W/Wolfery/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
"*://www.wolfery.com/*",
"*://beta.wolfery.com/*"
],
"version": "1.0.0",
"logo": "https://forum.wolfery.com/uploads/default/original/1X/96ef8d56ab7b19e7f69cf42fc9109c98bf93e588.png",
"thumbnail": "https://i.gyazo.com/0b406772500abddb3c7856bf66ef687d.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/W/Wolfery/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/W/Wolfery/assets/thumbnail.png",
"color": "#D7BE69",
"category": "socials",
"tags": [
"roleplay", "chat", "muck"
"roleplay",
"chat",
"muck"
],
"settings": [
{
Expand Down
2 changes: 1 addition & 1 deletion websites/W/Wolfery/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const presence = new Presence({ clientId: "1244143703660953651" }),
browsingTimestamp = Math.floor(Date.now() / 1000);

const enum Assets {
Logo = "https://forum.wolfery.com/uploads/default/original/1X/96ef8d56ab7b19e7f69cf42fc9109c98bf93e588.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/W/Wolfery/assets/logo.png",
}

// TODO: Find potential links for adding presence button to open character sheet. (v1.1.0)
Expand Down

0 comments on commit 9f005d2

Please sign in to comment.